From 41e26a3e07308c82a335588d37779252f9896985 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 25 Mar 2013 12:28:22 +0400 Subject: js translations: look for notify_info and notify_progress; update translations --- utils/update-translations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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 -- cgit v1.2.3-54-g00ecf