summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-17 19:38:55 +0400
committerAndrew Dolgov <[email protected]>2013-03-17 19:38:55 +0400
commit95d40d8546c7bcec1916bd86fa73042521f97967 (patch)
treee2804a19bb941e6110c3108f1e853497b6d9c5b5 /utils
parent18f24d8e4cf70c8bf70839250f242461fd9453ba (diff)
update translations; add plugin strings
Diffstat (limited to 'utils')
-rwxr-xr-xutils/update-translations.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/update-translations.sh b/utils/update-translations.sh
index 8e49fac56..6a777d7f7 100755
--- a/utils/update-translations.sh
+++ b/utils/update-translations.sh
@@ -3,9 +3,9 @@ TEMPLATE=messages.pot
./utils/update-schema-translations.sh
-xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php help/*.php mobile/*.php include/*.php `find classes -iname '*.php'` `find plugins -iname '*.php'` `find plugins -iname '*.js'`
+xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php help/*.php mobile/*.php include/*.php `find classes -iname '*.php'` `find plugins -iname '*.php'`
-xgettext --from-code utf-8 -k__ -L Java -j -o $TEMPLATE js/*.js
+xgettext --from-code utf-8 -k__ -L Java -j -o $TEMPLATE js/*.js `find plugins -iname '*.js'`
update_lang() {
if [ -f $1.po ]; then