~netblock-deactivatedaccount/unetbootin/kiwiunetbootin

« back to all changes in this revision

Viewing changes to src/unetbootin/mkpofiles

  • Committer: Geza Kovacs
  • Date: 2009-04-28 17:48:51 UTC
  • Revision ID: gkovacs@mit.edu-20090428174851-an6am6bt7qzif99r
added script to generate gettext po files for usage iwth launchpad rosetta, added po files, added ca translation by roger-r1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
for x in $(ls unetbootin_*.ts | grep -v custom); do ts2po $x $(echo $x | 
 
4
sed s/ts/po/ | sed s/unetbootin_//) ; done
 
5
ts2po -P unetbootin.ts unetbootin.pot
 
6
tar -cvzf release/unetbootin-po-translations.tar.gz $(ls *.po) unetbootin.pot