Comment 3 for bug 433784

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 433784] [NEW] No way of changing language?

Oscar Fuentes пишет:
> Alexander Belchenko <email address hidden> writes:
>> Oscar Fuentes пишет:
>> Or poke us one more time about adding special config option (though Ian
>> don't like to add config options).
>
> On software used by developers, where English is the "lingua franca",
> defaulting to the local language may be the right thing to do as far as
> it can easily switched to English. If I report a bug saying "go to menu
> Herramientas -> Sombrero -> foobar" would it comprehensible to you? It
> is reasonable to switch to English for describing the GUI elements
> involved on the bug.

I'm using Russian translation (and trying to maintain it actually),
but when I need to report bug and/or make screenshot I'm usually
do in the console:

set LANG=C
bzr explorer .

etc.

> Apart from this, at least the Spanish translation is incomplete and some
> words look inappropriate, IMHO, which is a bit annoying. I'm not
> interested on fixing this because I don't want to use the Spanish
> translation, and a translation that is fine for a Spaniard will be odd
> for a Mexican.

Not so fast and not so hard, please. Language codes much more complex than just es (Spanish) or ru
(Russian).
GNU gettext supports country codes in addition to language codes, so

es_ES is the Spain Spanish
es_MX is the Mexico Spanish

See:
http://www.gnu.org/software/gettext/manual/gettext.html#Language-Codes
http://www.gnu.org/software/gettext/manual/gettext.html#Country-Codes