]> git.wh0rd.org - tt-rss.git/blobdiff - utils/update-translations.sh
block listing of several util directories; deny access to config.php
[tt-rss.git] / utils / update-translations.sh
index c2e8ff54f62e875009ec42f421f2d6181529702c..4b8dab6b95f876ca82efc84f0b08154e92872f56 100755 (executable)
@@ -1,8 +1,6 @@
 #!/bin/sh
 TEMPLATE=messages.pot
 
-./utils/update-schema-translations.sh
-
 xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php include/*.php `find classes -iname '*.php'` `find plugins -iname '*.php'`
 
 xgettext --from-code utf-8 -k__ -knotify_info -knotify_progress -kngettext -L Java -j -o $TEMPLATE js/*.js `find plugins -iname '*.js'`