]> git.wh0rd.org - tt-rss.git/blobdiff - utils/update-translations.sh
update translations
[tt-rss.git] / utils / update-translations.sh
index 400c711b6211feccfeec28561ac0dd9fd67a6798..8e49fac560fac3a70c58f20fa302927700127045 100755 (executable)
@@ -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