[rkward-cvs] [rkward] /: Extract messages from global .rkh pages

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Sat Dec 13 11:54:45 UTC 2014


Git commit 21997c5b8152f727147211a10b42ad648a9ad894 by Thomas Friedrichsmeier.
Committed on 13/12/2014 at 11:54.
Pushed by tfry into branch 'master'.

Extract messages from global .rkh pages

M  +2    -0    Messages.sh

http://commits.kde.org/rkward/21997c5b8152f727147211a10b42ad648a9ad894

diff --git a/Messages.sh b/Messages.sh
index 75d636d..c0a83d2 100755
--- a/Messages.sh
+++ b/Messages.sh
@@ -8,5 +8,7 @@ $EXTRACTRC `find rkward -name \*.rc -a \! -name rkward_windows_icon.rc -o -name
 # extensions besides .cc, .cpp, and .h, just add them in the find call.
 $XGETTEXT `find rkward -name \*.cpp -o -name \*.h -name \*.c` rc.cpp -o $podir/rkward.pot
 
+# extract messages from global .rkh pages: >> rkward__pages.pot
+python scripts/update_plugin_messages.py --extract-only --default_po=pages --outdir=$podir rkward/pages/*.rkh
 # extract messages from analysis plugins: >> rkward__analysis.pot
 python scripts/update_plugin_messages.py --extract-only --outdir=$podir rkward/plugins/analysis.pluginmap





More information about the rkward-tracker mailing list