X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Messages.sh;h=4c7a227b16d864b7375abf6f36f7f27fbaeb78e2;hb=b85607f6995220207075c625d9c374bf47c76d3a;hp=0070b53923badee6770e43890d49284e5708465b;hpb=93e45d239c3f3a1a80b0a087100e9df0c76525ce;p=kdenlive diff --git a/Messages.sh b/Messages.sh index 0070b539..4c7a227b 100755 --- a/Messages.sh +++ b/Messages.sh @@ -8,5 +8,5 @@ kdenlive_subdirs="src src/widgets renderer `pwd`" $EXTRACTRC --tag=name --tag=description --tag=label effects/*.xml >> rc.cpp || exit 11 $EXTRACTRC `find $kdenlive_subdirs -name \*.ui` >> rc.cpp || exit 11 $EXTRACTRC `find $kdenlive_subdirs -name \*.rc` >> rc.cpp || exit 11 -$XGETTEXT `find $kdenlive_subdirs -name \*.cpp -o -name \*.h` *.cpp -o $podir/kdenlive.pot +$XGETTEXT -C -kki18n -ki18n -ktr2i18n -kI18N_NOOP -ktr `find $kdenlive_subdirs -name \*.cpp -o -name \*.h` *.cpp -o $podir/kdenlive.pot rm -f rc.cpp