From be212a00362cd18e14ef11967a5e4bc90c0c02b9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 12 Nov 2012 14:27:26 +0400 Subject: fix update-translations script to properly process nested classes/ directory, 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 7e81a3ef4..400c711b6 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 classes/*.php include/*.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'` xgettext --from-code utf-8 -k__ -L Java -j -o $TEMPLATE js/*.js -- cgit v1.2.3