]> git.wh0rd.org - tt-rss.git/blobdiff - update-translations.sh
add ja_JP translation
[tt-rss.git] / update-translations.sh
index 72a822d486c95be5f56db5c12b5d3ccc6a11e902..6b3ecdea15901f7647d6ddd5c837daa644855684 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 TEMPLATE=messages.pot
 
-xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php modules/*.php
+xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php modules/*.php help/*.php
 
 update_lang() {
        if [ -f $1.po ]; then