Martin-Éric Racine <martin-eric.racine@iki.fi> wrote:
Works fine for me. For example, when I do:
LANG=de_DE.utf8 LC_MESSAGES=es_ES.utf8 LANGUAGE=fi:ro src/nano
most messages are in Finnish and a few in Romanian.
When I do:
LANG=de_DE.utf8 LC_MESSAGES=es_ES.utf8 LANGUAGE="" src/nano
all messages are in Spanish.
But when I do:
LANG=fi_FI.utf8 LC_MESSAGES=es_ES.utf8 LANGUAGE=fi:ro src/nano
then all messages are in English, because no fi_FI locale exists on my system.
Most likely something is wrong with your fi_FI.UTF-8 locale. Try regenerating
it with `locale-gen`.
Or one of the other locale variables is set to something invalid.
Benno