[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/games/kolf-ng
From:       Johannes Obermayr <johannesobermayr () gmx ! de>
Date:       2009-07-03 0:22:20
Message-ID: 1246580540.613685.8753.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 990683 by jobermayr:

recursive search for translatable strings in *.cpp, *.rc, and *.ui files

 M  +5 -2      Messages.sh  


--- trunk/playground/games/kolf-ng/Messages.sh #990682:990683
@@ -1,2 +1,5 @@
-#! /bin/sh
-$XGETTEXT *.cpp -o $podir/kolf-ng.pot
+#! /usr/bin/env bash
+# process the .ui and .rc files
+$EXTRACTRC `find . -name \*.ui -o -name \*.rc` >> rc.cpp
+$XGETTEXT `find $SRCDIR -name "*.cpp"` rc.cpp -o $podir/kolf-ng.pot
+rm -f rc.cpp
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic