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

fix update-translations script to properly process nested classes/ directory, update translations

This commit is contained in:
Andrew Dolgov
2012-11-12 14:27:26 +04:00
parent fa2374d805
commit be212a0036
27 changed files with 20689 additions and 13998 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 classes/*.php include/*.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'`
xgettext --from-code utf-8 -k__ -L Java -j -o $TEMPLATE js/*.js