From: Thomas F. <tho...@ru...> - 2015-01-31 17:16:10
|
Git commit 8a748bc54ea04b76dd5e1579072ed29a0c263ead by Thomas Friedrichsmeier. Committed on 31/01/2015 at 17:06. Pushed by tfry into branch 'master'. Extract messages from distributions.pluginmap. Hooray: This should finally cover all messages! M +2 -0 Messages.sh http://commits.kde.org/rkward/8a748bc54ea04b76dd5e1579072ed29a0c263ead diff --git a/Messages.sh b/Messages.sh index 2c200a5..401014d 100755 --- a/Messages.sh +++ b/Messages.sh @@ -22,4 +22,6 @@ python scripts/update_plugin_messages.py --extract-only --outdir=$podir rkward/p 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 +# extract messages from distribution plugins: >> rkward__distributions.pot +python scripts/update_plugin_messages.py --extract-only --outdir=$podir rkward/plugins/distributions.pluginmap # messages of embedded plugins are extracted implicitly, as part of the above extraction calls: >> rkward__embedded.pot |