[rkward-cvs] [rkward] /: Extract messages from graphics device plugins

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Sat Jan 10 21:06:35 UTC 2015


Git commit 1ec888ed4efca112710dfa0dce99c0e772272ab3 by Thomas Friedrichsmeier.
Committed on 10/01/2015 at 21:06.
Pushed by tfry into branch 'master'.

Extract messages from graphics device plugins

M  +4    -2    Messages.sh

http://commits.kde.org/rkward/1ec888ed4efca112710dfa0dce99c0e772272ab3

diff --git a/Messages.sh b/Messages.sh
index 0781fce..2c200a5 100755
--- a/Messages.sh
+++ b/Messages.sh
@@ -16,8 +16,10 @@ python scripts/update_plugin_messages.py --extract-only --outdir=$podir rkward/p
 python scripts/update_plugin_messages.py --extract-only --outdir=$podir rkward/plugins/import_export.pluginmap
 # extract messages from data plugins: >> rkward__data.pot
 python scripts/update_plugin_messages.py --extract-only --outdir=$podir rkward/plugins/data.pluginmap
-# extract messages from data plugins: >> rkward__plots.pot
+# extract messages from plot plugins: >> rkward__plots.pot
 python scripts/update_plugin_messages.py --extract-only --outdir=$podir rkward/plugins/plots.pluginmap
-# extract messages from data plugins: >> rkward__item_response_theory.pot
+# extract messages from graphics device plugins: >> rkward__graphics_device.pot
+python scripts/update_plugin_messages.py --extract-only --outdir=$podir rkward/plugins/x11device.pluginmap
+# extract messages from IRT plugins: >> rkward__item_response_theory.pot
 python scripts/update_plugin_messages.py --extract-only --outdir=$podir rkward/plugins/irt.pluginmap
 # messages of embedded plugins are extracted implicitly, as part of the above extraction calls: >> rkward__embedded.pot





More information about the rkward-tracker mailing list