1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:35:55 +00:00

js translations: look for notify_info and notify_progress; update translations

This commit is contained in:
Andrew Dolgov
2013-03-25 12:28:22 +04:00
parent 28425ec702
commit 41e26a3e07
31 changed files with 4705 additions and 1720 deletions

View File

@@ -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