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