]> git.wh0rd.org - tt-rss.git/blobdiff - utils/update-translations.sh
pngcrush.sh
[tt-rss.git] / utils / update-translations.sh
index 691aff07c3ccbc548cb32ceb6f4a1a1d9cc8d438..b955ac28dd2cb6185e2235ca2bf1d46816f02667 100755 (executable)
@@ -5,6 +5,8 @@ xgettext -kT_js_decl -kT_sprintf -k_ngettext:1,2 -kT_ngettext:1,2 -k__ -L PHP -o
 
 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() {
        if [ -f $1.po ]; then
                msgmerge --no-wrap --width 1 -U $1.po $TEMPLATE