]> git.wh0rd.org - tt-rss.git/blobdiff - utils/update-translations.sh
js translations: look for notify_info and notify_progress; update translations
[tt-rss.git] / utils / update-translations.sh
index b5e2a49392e3b290f34e8babc54615d428e12aad..c2e8ff54f62e875009ec42f421f2d6181529702c 100755 (executable)
@@ -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