From: Jean-Baptiste Mardelle Date: Thu, 25 Jun 2009 00:13:58 +0000 (+0000) Subject: Updated translation progress script X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4b4e96996d536da6450712f217a6999d93b73351;p=kdenlive Updated translation progress script svn path=/trunk/kdenlive/; revision=3650 --- diff --git a/po/message-stats.sh b/po/message-stats.sh index 7853ae56..3ca44233 100755 --- a/po/message-stats.sh +++ b/po/message-stats.sh @@ -1,6 +1,7 @@ #! /bin/sh MAX=1106 +echo "document.getElementById(\"lastupdated\").innerHTML = \""`date`"\";" > poprogress.js for f in *; do if test -d "$f"; then @@ -14,5 +15,4 @@ for f in *; do fi done - #test -f "$f/kdenlive.po" && msgfmt --statistics "$f/kdenlive.po";