remove remote
[maegirls] / trunk / src / update_i18n.sh
1 #!/bin/bash
2
3 pylupdate4 *.py -ts ../i18n/maegirls.ts
4
5 for f in ../i18n/maegirls_*.ts ; do
6   pylupdate4 *.py -ts $f
7   lrelease-qt4 $f
8 done