summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
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