]> git.wh0rd.org - tt-rss.git/blobdiff - utils/update-translations.sh
minor css fixes (mostly for zoom mode)
[tt-rss.git] / utils / update-translations.sh
index 49d6480438f9b39f19632f797a095af4f46e5f7c..b955ac28dd2cb6185e2235ca2bf1d46816f02667 100755 (executable)
@@ -3,6 +3,8 @@ TEMPLATE=messages.pot
 
 xgettext -kT_js_decl -kT_sprintf -k_ngettext:1,2 -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 Perl -j -o $TEMPLATE js/*.js `find plugins -iname '*.js'`
+
 xgettext --from-code utf-8 -k__ -knotify_info -knotify_progress -kngettext -L Java -j -o $TEMPLATE js/*.js `find plugins -iname '*.js'`
 
 update_lang() {