]> git.sur5r.net Git - minitube/blobdiff - locale/lupdate.sh
Bump debhelper comapt level to 9
[minitube] / locale / lupdate.sh
index 102d7073d200a9714c6026b534d09741b0488bf0..7f8a5427680f2948600746cd559a366949fb9bf3 100755 (executable)
@@ -1,14 +1,7 @@
 #!/bin/bash
-#
-# This script was written to update all the .ts files in one go
-#
-# This script is donated to the public domain
-#
-# Flavio Tordini, 2009
-
 for I in `ls -1 *.ts`;
 do
   echo Updating $I
-  lupdate-qt4 ../minitube.pro -ts $I
+  lupdate ../minitube.pro -codecfortr UTF-8 -ts $I
 done