]> git.wh0rd.org - tt-rss.git/blobdiff - update-translations.sh
update_daemon2: make proper lockfile
[tt-rss.git] / update-translations.sh
index e56cb304b76bac34c43fb63358c4e8594769fe56..72a822d486c95be5f56db5c12b5d3ccc6a11e902 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 TEMPLATE=messages.pot
 
-xgettext -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
 
 update_lang() {
        if [ -f $1.po ]; then