remove actions which are not supported, this way they are also not visible in shortcu...
[kdenetwork.git] / kopete / Messages.sh
bloba34fa8bf0d5a1366cfd43013bd0792d60ab8d79b
1 #! /bin/sh
2 $EXTRACTRC --context="Translators: The %FOO% placeholders are variables that are substituted in the code, please leave them untranslated" --tag-group=none --tag kopete-i18n styles/*.xsl > xml_doc.cpp || exit 11
3 $EXTRACTRC `find . -name \*.ui -o -name \*.rc | egrep -v '(libkopete/compat|protocols/testbed)'` >> rc.cpp || exit 12
4 LIST=`find . -name \*.h -o -name \*.cpp -o -name \*.c | egrep -v '(libkopete/compat|protocols/testbed)'`
5 if test -n "$LIST"; then
6 $XGETTEXT $LIST rc.cpp -o $podir/kopete.pot
7 fi
8 rm xml_doc.cpp