summaryrefslogtreecommitdiff
path: root/utils
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
parentb2833b92a39bcc4f09c377fb59324cb91b3b3c7d (diff)
update ru_RU translation; misc translation fixes
Diffstat (limited to 'utils')
-rw-r--r--utils/localized_schema.txt5
-rwxr-xr-xutils/update-translations.sh4
2 files changed, 7 insertions, 2 deletions
diff --git a/utils/localized_schema.txt b/utils/localized_schema.txt
index 43280298a..417b690c4 100644
--- a/utils/localized_schema.txt
+++ b/utils/localized_schema.txt
@@ -10,3 +10,8 @@ __("Set starred");
__("Publish article");
__("Assign tags");
__("Assign label");
+__("Modify score");
+
+__("General");
+__("Interface");
+__("Advanced");
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