summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-24 20:09:43 +0400
committerAndrew Dolgov <[email protected]>2013-03-24 20:09:43 +0400
commit480d358c5f610710eaed05214f098ce5e3bd5e7a (patch)
tree1ba809f4c7c39265d6b67c68dcdd9e6cc75b963e /utils
parentfcbed87b206afaabd5874762720439b2830f6ef8 (diff)
update translations
Diffstat (limited to 'utils')
-rwxr-xr-xutils/update-translations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/update-translations.sh b/utils/update-translations.sh
index 087c3c228..b5e2a4939 100755
--- a/utils/update-translations.sh
+++ b/utils/update-translations.sh
@@ -5,7 +5,7 @@ TEMPLATE=messages.pot
xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php include/*.php `find classes -iname '*.php'` `find plugins -iname '*.php'`
-xgettext --from-code utf-8 -k__ -L Java -j -o $TEMPLATE js/*.js `find plugins -iname '*.js'`
+xgettext --from-code utf-8 -k__ -kngettext -L Java -j -o $TEMPLATE js/*.js `find plugins -iname '*.js'`
update_lang() {
if [ -f $1.po ]; then