summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-09-06 15:11:06 +0400
committerAndrew Dolgov <[email protected]>2014-09-06 15:11:06 +0400
commitf8eb8d78acef8beead4882cd46c2a36a3250809f (patch)
treeb3a6d24ecb8f26c81dbe661326282d997b9adcc5 /utils
parent6bc50a82fb93c1646d4918ad4b939e5c430dab88 (diff)
use Perl instead of Java as a base language for JS files; rebase translations
Diffstat (limited to 'utils')
-rwxr-xr-xutils/update-translations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/update-translations.sh b/utils/update-translations.sh
index 49d648043..691aff07c 100755
--- a/utils/update-translations.sh
+++ b/utils/update-translations.sh
@@ -3,7 +3,7 @@ TEMPLATE=messages.pot
xgettext -kT_js_decl -kT_sprintf -k_ngettext:1,2 -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php include/*.php `find classes -iname '*.php'` `find plugins -iname '*.php'`
-xgettext --from-code utf-8 -k__ -knotify_info -knotify_progress -kngettext -L Java -j -o $TEMPLATE js/*.js `find plugins -iname '*.js'`
+xgettext --from-code utf-8 -k__ -knotify_info -knotify_progress -kngettext -L Perl -j -o $TEMPLATE js/*.js `find plugins -iname '*.js'`
update_lang() {
if [ -f $1.po ]; then