Control: tags -1 severity normal

On Sun, Jul 23, 2017 at 06:53:07PM +0000, Mark Grieveson wrote:
> Package: thunderbird-l10n-en-gb
> Version: 1:52.2.1-4
> Severity: important
... 
> -- System Information:
> Debian Release: 9.1
>   APT prefers stable
>   APT policy: (500, 'stable')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 4.9.0-3-amd64 (SMP w/2 CPU cores)
> Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8), 
> LANGUAGE=en_CA:en

Your local language ist set to en_CA, not en_GB. Thunderbird is using
this locale setting from the system.

> (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> 
> Versions of packages thunderbird-l10n-en-gb depends on:
> ii  thunderbird  1:52.2.1-4
> 
> Versions of packages thunderbird-l10n-en-gb recommends:
> ii  hunspell-en-ca  1:5.2.5-1
> ii  hunspell-en-gb  1:5.2.5-1
> 
> thunderbird-l10n-en-gb suggests no packages.
> 
> -- no debconf information
>  From Debian's source repository, I upgraded to the latest release of 
> Thunderbird.  From this, I installed thunderbird and the language 
> package thunderbird-l10n-en-gb.  However, I have not seen any difference 
> with the language package installed.  Spellings within Thunderbird (IE, 
> within the preferences) are still using American spellings (IE, 
> "color").  There is a working spellcheck from the hunspell-en-ca and 
> hunspell-en-gb packages, which I installed, but the language reflected 
> in Thunderbird itself (IE, as mentioned, in the preferences) is American 
> (it is en-us rather than en-gb).  So, the package thunderbird-l10n-en-gb 
> seems to have no effect.  It is enabled.

You need to run Thunderbird with a different setting of the LANG
variable if you want to use a different UI language than your local
locale setting.
This can be simply done by adjusting the LANG environment to the desired
language, for example on the cli:

 $ LANG=en_GB.utf8 thunderbird

I don't know the specific diffences between en_CA, en_US and en_GB so I
can't say what the Ui needs to show in which menu.

> PS, I tried to use the reportbug program, but the email it generated
> bounced back to me for some reason.  So, I am now using a commercial
> email program to deliver this.

reportbug is telling you which email address and domain will be used.
Mostly you need to adjust those settings and the desired MTA to use.
exim is the default MTA on a Debian installation which expected a valid
MDA to send data to the local email server.
If you want to work further with reportbug and bts I suggest to take a
look at the package nullmailer.
The setting of your email name and address can be done by setting
variables DEBEMAIL and DEBFULLNMAE, e.g.

DEBEMAIL=your_n...@provider.tld
DEBFULLNAME="Mister Fantastic" 
export DEBEMAIL DEBFULLNAME

Regards
Carsten

Reply via email to