summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-25 12:28:22 +0400
committerAndrew Dolgov <[email protected]>2013-03-25 12:28:22 +0400
commit41e26a3e07308c82a335588d37779252f9896985 (patch)
tree6f32cedadffe09a99e86c7904522a81b6c207f92 /utils
parent28425ec7028321bef5de72956c82bcd66d2b16ad (diff)
js translations: look for notify_info and notify_progress; update 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 b5e2a4939..c2e8ff54f 100755
--- a/utils/update-translations.sh
+++ b/utils/update-translations.sh
@@ -5,7 +5,7 @@ TEMPLATE=messages.pot
xgettext -kT_js_decl -kT_sprintf -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__ -kngettext -L Java -j -o $TEMPLATE js/*.js `find plugins -iname '*.js'`
+xgettext --from-code utf-8 -k__ -knotify_info -knotify_progress -kngettext -L Java -j -o $TEMPLATE js/*.js `find plugins -iname '*.js'`
update_lang() {
if [ -f $1.po ]; then