X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=po%2Fpull-from-transifex.sh;h=a0fc017ed44ad063ddabe1443239ce06dfc81567;hp=44b97666173598f2240482716cbd8c57c8ed0961;hb=96845023c5b4dc1402138b47a88b3dcdf07f40a8;hpb=a28b9907d709b394c66d0f4740299efef3673fdf;ds=sidebyside diff --git a/po/pull-from-transifex.sh b/po/pull-from-transifex.sh index 44b97666..a0fc017e 100755 --- a/po/pull-from-transifex.sh +++ b/po/pull-from-transifex.sh @@ -23,6 +23,13 @@ git add po/*.po po/LINGUAS && ( git commit -em "Update translations from Transifex + $(for i in po/*.po; do + msgfmt --statistics $i + done |& + perl -ne '/([0-9]+) translated/ and $translated+=$1; + END { printf("%d translated messages", $translated); }' + ) + Many thanks to: ${translators}" )