summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-24 13:34:37 +0400
committerAndrew Dolgov <[email protected]>2012-12-24 13:34:37 +0400
commite935c2bc54b22891f2c370d19d3366d94098dcfa (patch)
tree252f3c2733b8cfadab4cfc482a58d06db6a419a6 /utils
parentac22075182f1d9b8dfd0c481e943d812e63f7789 (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 400c711b6..8e49fac56 100755
--- a/utils/update-translations.sh
+++ b/utils/update-translations.sh
@@ -3,7 +3,7 @@ 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'`
+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 --from-code utf-8 -k__ -L Java -j -o $TEMPLATE js/*.js