comparison update-po.sh @ 479:4ea237bbcef8 1.0.1

Tidy up the i18n changes
author Stefano Rivera <stefano@rivera.za.net>
date Tue, 08 Mar 2011 13:25:20 +0200
parents a9925aaf5f61
children
comparison
equal deleted inserted replaced
478:a9925aaf5f61 479:4ea237bbcef8
1 #!/bin/sh 1 #!/bin/sh
2 2
3 #Updates translation catalogs 3 # Updates translation catalogs
4 4
5 xgettext -f po/POTFILES -o po/suspended-sentence.pot 5 xgettext -f po/POTFILES -o po/suspended-sentence.pot
6 6
7 for f in po/*.po; do 7 for f in po/*.po; do
8 msgmerge -U $f po/suspended-sentence.pot; 8 msgmerge -U $f po/suspended-sentence.pot;