From e935c2bc54b22891f2c370d19d3366d94098dcfa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 24 Dec 2012 13:34:37 +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 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 -- cgit v1.2.3-54-g00ecf