summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-11-12 14:27:26 +0400
committerAndrew Dolgov <[email protected]>2012-11-12 14:27:26 +0400
commitbe212a00362cd18e14ef11967a5e4bc90c0c02b9 (patch)
tree1aef831ba50253f3909c67a606923789a0cfaa23 /utils
parentfa2374d8053a251bb3ffb114de96188dc4e1be63 (diff)
fix update-translations script to properly process nested classes/ directory, update translations
Diffstat (limited to 'utils')
-rwxr-xr-xutils/update-translations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/update-translations.sh b/utils/update-translations.sh
index 7e81a3ef4..400c711b6 100755
--- a/utils/update-translations.sh
+++ b/utils/update-translations.sh
@@ -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