Updated translations

FossilOrigin-Name: 24074dfcc2b754993aa5531725a53e6aea8ddc55
This commit is contained in:
kostas
2012-11-23 07:15:04 +00:00
parent 4e356c3301
commit 8cc27e08f7
9 changed files with 2506 additions and 79 deletions

View File

@ -1,14 +1,5 @@
#!/bin/sh
# Regenerate the the reference pot
lupdate ../fuel.pro -ts en_US.ts -source-language en.US -target-language en.US
lconvert en_US.ts -o en_US.pot
# Merge reference pot file with all languages
# Requires the gettext tool msgmerge
for i in *.po
do
echo "Merging $i"
msgmerge --update $i en_US.pot
done
# Update existing translations
lupdate ../fuel.pro