summaryrefslogtreecommitdiff
path: root/utils/update-translations.sh
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-28 13:31:39 +0400
committerAndrew Dolgov <[email protected]>2011-12-28 13:31:43 +0400
commite84e813fccff742f0c050fb46f5e982de1127b07 (patch)
tree6bb9ee2936b4a15b5456bba548ceabf468d77a55 /utils/update-translations.sh
parentb2833b92a39bcc4f09c377fb59324cb91b3b3c7d (diff)
update ru_RU translation; misc translation fixes
Diffstat (limited to 'utils/update-translations.sh')
-rwxr-xr-xutils/update-translations.sh4
1 files changed, 2 insertions, 2 deletions
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