diff --git a/src/plugins/chart/Messages.sh b/src/plugins/chart/Messages.sh index 38fcb75e..12a01173 100755 --- a/src/plugins/chart/Messages.sh +++ b/src/plugins/chart/Messages.sh @@ -1,7 +1,10 @@ #!/bin/sh # Extract strings from all source files. # EXTRACT_TR_STRINGS extracts strings with lupdate and convert them to .pot with # lconvert. + +exit 0 # TODO re-enable when this plugin is used + $EXTRACT_TR_STRINGS `find . \( -name \*.cpp -o -name \*.h -o -name \*.ui -o -name \*.qml \) -type f` \ -o $podir/kreport_chartplugin_qt.pot