From e84e813fccff742f0c050fb46f5e982de1127b07 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 28 Dec 2011 13:31:39 +0400 Subject: update ru_RU translation; misc translation fixes --- utils/update-translations.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/update-translations.sh') diff --git a/utils/update-translations.sh b/utils/update-translations.sh index 7c8841ca5..7e81a3ef4 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 modules/*.php help/*.php mobile/*.php +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 --from-code utf-8 -k__ -L Java -j -o $TEMPLATE *.js +xgettext --from-code utf-8 -k__ -L Java -j -o $TEMPLATE js/*.js update_lang() { if [ -f $1.po ]; then -- cgit v1.2.3