From 0717e16b3cf845bab997b3ada31509aeeae7e0f9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 19 Mar 2013 10:15:25 +0400 Subject: update translations --- utils/update-translations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/update-translations.sh b/utils/update-translations.sh index 6a777d7f7..25e0e7568 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'` `find plugins -iname '*.php'` +xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.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 `find plugins -iname '*.js'` -- cgit v1.2.3