SVN commit 929617 by berger: extract missing strings from scripts name in Krita CCMAIL:kde-i18n-doc@kde.org M +1 -0 Messages.sh --- trunk/koffice/krita/Messages.sh #929616:929617 @@ -1,6 +1,7 @@ #! /bin/sh $EXTRACTRC `find . -name \*.ui` >> rc.cpp $EXTRACTRC `find . -name \*.rc` >> rc.cpp +$EXTRACTATTR --attr=collection,text --attr=collection,comment --attr=script,text --attr=script,comment plugins/viewplugins/scripting/scripts/*.rc >> rc.cpp || exit 12 perl extracti18n.pl > i18ndata # ignore sdk/templates since it contains templates for use a future plugins, none of the strings there will ever be seen by any user $XGETTEXT i18ndata rc.cpp `find . -name \*.cc -o -name \*.h -o -name \*.cpp | grep -v './sdk/templates' | grep -v './plugins/paintops/deform' | grep -v './plugins/paintops/chalk' | grep -v './plugins/paintops/curvebrush' | grep -v './plugins/paintops/spray'` ui/kis_aboutdata.h -o $podir/krita.pot