From 40a8b46ceb89d44600d00a64117753d3ca1bc264 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Sat, 25 Oct 2008 01:11:52 +0000 Subject: [PATCH 1/1] Extract some missing strings svn path=/branches/KDE4/; revision=2552 --- Messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2