]> git.sesse.net Git - kdenlive/commitdiff
Extract some missing strings
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sat, 25 Oct 2008 01:11:52 +0000 (01:11 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sat, 25 Oct 2008 01:11:52 +0000 (01:11 +0000)
svn path=/branches/KDE4/; revision=2552

Messages.sh

index 0070b53923badee6770e43890d49284e5708465b..4c7a227b16d864b7375abf6f36f7f27fbaeb78e2 100755 (executable)
@@ -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