LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   How can I change language in thunderbird (https://www.linuxquestions.org/questions/slackware-14/how-can-i-change-language-in-thunderbird-789396/)

ROXR 02-16-2010 01:26 AM

How can I change language in thunderbird
 
I downloaded my language specific package of thunderbird from official mozilla repository but when I tried install to slackware 64 could see that package is totally different than Slackware source.
¿There are some slackbuild for compile official thunderbird packages ? or ¿how can I change language from slackware source?

Alien Bob 02-16-2010 02:24 AM

I think the best thing to do is install the official Slackware package for mozilla-thunderbird, and then download and let thunderbird install the language pack that you want from this URL (select just one .XPI file for your language). Get the language files for thunderboird 3.0.1 here: http://releases.mozilla.org/pub/mozi...inux-i686/xpi/ Obviously, for other release versions you adapt the URL a little. The .XPI is useable for 32-bit as well as 64-bit Slackware, or any other Linux (it even works in Windows).

That way, you can easily upgrade thunderbird whenever Slackware has an update available.

Eric

ROXR 02-16-2010 02:57 AM

Ok, I've accomplished. I was unaware of the existence of .xpi packages, thanbk you very much.

ROXR 02-16-2010 10:31 AM

After solve the matter language I had another problem with the format date, thunderbird present the date format in MM/DD/YY, US format, but I need european date DD/MM/YY.
After turning many laps to new matter i find that the best solution for slackware64 is edit thunderbird with # nano /usr/lib64/thunderbird-3.0.1/thunderbird and add this line in first position of file, after the comments.
Code:

export LC_TIME=es_ES.utf8  #for date DD/MM/AA
es_ES could set either language.

ROXR 02-16-2010 03:44 PM

For bottom line I like comment that, install locale idiomatic .xpi package from into thunderbird application isn't enought, it must edit /usr/lib64/thunderbird-3.0.1/defaults/pref/all-l10n.js and change
Code:

pref("general.useragent.locale", "es-ES");
pref("spellchecker.dictionary", "es-ES");

if not, it not work.
Thunderbird is very well but some details are very bad, date formats, locales, etc. and for 64 bits it not simplifique, recompile with idiomatic kits is not reliable.

adriv 02-16-2010 05:50 PM

Or use the configuration-editor and search for general.useragent.locale. Switch the value to your desired locale.
There's also an add-on that does it for you: Quick Locale Switcher (especially handy when you use several languages).

For changing the date display format, read this page on mozillaZine.

ROXR 02-16-2010 06:30 PM

Quote:

Originally Posted by adriv (Post 3866164)
Or use the configuration-editor and search for general.useragent.locale. Switch the value to your desired locale.
There's also an add-on that does it for you: Quick Locale Switcher (especially handy when you use several languages).

For changing the date display format, read this page on mozillaZine.

Aha, this add-on is a well tool, thanks.
I like Thunderbird. He is equal or better than Apple Mail.


All times are GMT -5. The time now is 03:10 AM.