]> git.sesse.net Git - kdenlive/commitdiff
Updated translation progress script
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 25 Jun 2009 00:13:58 +0000 (00:13 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 25 Jun 2009 00:13:58 +0000 (00:13 +0000)
svn path=/trunk/kdenlive/; revision=3650

po/message-stats.sh

index 7853ae56c33990c29419723f26e939c02c587228..3ca44233c0739ba6744a8e0abf84e499188c9ae9 100755 (executable)
@@ -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";