Thunderbird 3 x86_64 addons

Remi Collet Fedora at FamilleCollet.com
Tue Mar 17 19:12:35 UTC 2009


Le 04/03/2009 19:32, Tom "spot" Callaway a écrit :

> Enigmail (GPG):
> http://spot.fedorapeople.org/enigmail-0.96a-linux-x86_64.xpi

This will probably only work in English as the other languages are not
fully translated.

If you want, I write a small script which generate the needed lang file
by merging the existing one and the english one (for missing strings)

I use something like (in my spec file)

pushd mailnews/extensions/enigmail
for rep in $(cat lang/current-languages.txt)
do
	dos2unix lang/$rep/enigmail.dtd
	dos2unix lang/$rep/enigmail.properties
	php %{SOURCE101} ui/locale/en-US lang/$rep
done
popd

Where  Source101 is
http://remi.fedorapeople.org/enigmail-fixlang.php

PHP is probably not the better language for this, but it's the one I
pratice ;)

Works well, at least in french.

+




More information about the fedora-test-list mailing list