Re: Camel and i18n
- From: Funda Wang <fundawang linux net cn>
- To: gnome-i18n gnome org
- Subject: Re: Camel and i18n
- Date: Sat, 18 Dec 2004 01:04:15 +0800
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]