FS#4647 - Thunderbird needs to be patched to support language-packs
Attached to Project:
Arch Linux
Opened by Pierre Schmitz (Pierre) - Wednesday, 17 May 2006, 09:16 GMT
Opened by Pierre Schmitz (Pierre) - Wednesday, 17 May 2006, 09:16 GMT
|
Details
Firefox has a patch included which makes it possible to add
language-packs. It would be nice if Thunderbird will have
this functionality, too.
|
This task depends upon
1) install translation with "extensions" tool.
2) change value of "general.userangent.locale" key according to your language (for example "it-IT")
pref("intl.locale.matchOS", true);
into /opt/mozilla/lib/thunderbird/defaults/pref/all-thunderbird.js and thunderbird will automatically set its locale according to the system's locale setting if the language pack is available (just tested it, works great). Without this setting, setting the thunderbird language will be rather complicated (as you have to edit some setting in firefox that is more or less hidden).