Re: Camel and i18n



JP> Now that we've moved camel to e-d-s and it has translatable messages,
JP> whats the best way to move the existing translations from evolution?
# I didn't test this script, but I think it should work.
cd ~/evolution-data-server/po
intltool-update -p
for lang in ~/evolution/po/*.po
do
   msgmerge $lang e-d-s.pot | msgattrib --no-obsolete -o `basename $lang`
done




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]