Git commit e17673c55ff8c108fa04d7397d1394ced9161321 by Albert Astals Cid. Committed on 27/10/2013 at 12:51. Pushed by aacid into branch 'KDE/4.11'. Fix Messages.sh Sorry guys, just discovered we were not extracting some files CCMAIL: kde-i18n-doc@kde.org M +1 -1 Messages.sh http://commits.kde.org/kig/e17673c55ff8c108fa04d7397d1394ced9161321 diff --git a/Messages.sh b/Messages.sh index 906d3ef..729ab00 100644 --- a/Messages.sh +++ b/Messages.sh @@ -8,7 +8,7 @@ for file in macros/*.kigt; do cat "$file" | grep '' | sed -e 's/^ *\([^<]*\)<\/UseTex= t>/i18n( "\1" );/' | sed -e 's/&/\&/g' >> rc.cpp cat "$file" | grep '' | sed -e 's/^ *\(= [^<]*\)<\/SelectStatement>/i18n( "\1" );/' | sed -e 's/&/\&/g' >> rc.cpp done -$XGETTEXT tips.cpp rc.cpp filters/*.h kig/*.h misc/*.h modes/*.h objects/*= .h scripting/*.h */*.cc kig/*.cpp misc/*.cpp modes/*.cpp -o $podir/kig.pot +$XGETTEXT tips.cpp rc.cpp $(find . -name "*.cpp" -o -name "*.h" -o -name "= *.cc" | grep -v \./kfile/) -o $podir/kig.pot $XGETTEXT kfile/kfile_drgeo.cpp kfile/kfile_drgeo.h -o $podir/kfile_drgeo.= pot $XGETTEXT kfile/kfile_kig.cpp kfile/kfile_kig.h -o $podir/kfile_kig.pot rm -f tips.cpp