[Sugar-devel] How to update all .po files

Ariel Calzada ariel.calzada at gmail.com
Tue Feb 7 16:41:34 EST 2012


Hi i had to update some locale strings in an activity, so i made this 
simple script. I hope you like it

sweets genpot

for file in *.po
do
     msgmerge -vU $file Calendario.pot
done

rm -Rf *~


Regards,
ARIEL


More information about the Sugar-devel mailing list