[rkward-cvs] [rkward] /: Add message extraction for a first group of plugins.

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Wed Dec 3 08:40:06 UTC 2014


Git commit bbdbc919aa703b60fd944a36a60a035247563e9f by Thomas Friedrichsmeier.
Committed on 02/12/2014 at 19:04.
Pushed by tfry into branch 'master'.

Add message extraction for a first group of plugins.

M  +2    -0    Messages.sh

http://commits.kde.org/rkward/bbdbc919aa703b60fd944a36a60a035247563e9f

diff --git a/Messages.sh b/Messages.sh
index 58c10ae..91ca2f3 100755
--- a/Messages.sh
+++ b/Messages.sh
@@ -8,3 +8,5 @@ $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` -o $podir/rkward.pot
 
+# 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