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

update translations

This commit is contained in:
Andrew Dolgov
2012-12-24 13:34:37 +04:00
parent ac22075182
commit e935c2bc54
26 changed files with 7121 additions and 7014 deletions

View File

@@ -3,7 +3,7 @@ TEMPLATE=messages.pot
./utils/update-schema-translations.sh
xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php help/*.php mobile/*.php include/*.php `find classes -iname '*.php'`
xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php help/*.php mobile/*.php include/*.php `find classes -iname '*.php'` `find plugins -iname '*.php'` `find plugins -iname '*.js'`
xgettext --from-code utf-8 -k__ -L Java -j -o $TEMPLATE js/*.js