]> git.sur5r.net Git - minitube/blob - locale/lupdate.sh
Update upstream source from tag 'upstream/3.9.3'
[minitube] / locale / lupdate.sh
1 #!/bin/bash
2 for I in `ls -1 *.ts`;
3 do
4   echo Updating $I
5   lupdate ../minitube.pro -codecfortr UTF-8 -ts $I
6 done
7