]> git.wh0rd.org - tt-rss.git/blobdiff - utils/update-translations.sh
update translations
[tt-rss.git] / utils / update-translations.sh
index 6a777d7f71b8b4228b87146411c07c3e4ad331a5..25e0e7568ebe4afb21582aecbdee1cb05ed7bff8 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'` `find plugins -iname '*.php'`
+xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php mobile/*.php include/*.php `find classes -iname '*.php'` `find plugins -iname '*.php'`
 
 xgettext --from-code utf-8 -k__ -L Java -j -o $TEMPLATE js/*.js `find plugins -iname '*.js'`