From 95d40d8546c7bcec1916bd86fa73042521f97967 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 17 Mar 2013 19:38:55 +0400 Subject: update translations; add plugin strings --- utils/update-translations.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') 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 -- cgit v1.2.3-54-g00ecf