[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74190] [PATCH v2 2/3] install: Change the territory when we have le
From: |
Ludovic Courtès |
Subject: |
[bug#74190] [PATCH v2 2/3] install: Change the territory when we have learned it. |
Date: |
Wed, 20 Nov 2024 13:07:48 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:
> Florian Pelz <pelzflorian@pelzflorian.de> writes:
>> Note: I’ve tested this in QEMU and with it, a zh_CN, pt_BR locale gets
>> applied visibly. Also, it repeats exactly what was done in
>> ‘run-language-page’. Context: when the installer enters the
>> encompassing ‘run-locale-page’ procedure, it runs the installer
>> sub-steps ‘run-language-page’ and ‘run-territory-page’ in
>> immediate succession with no way to go back just one sub-step.
>
> Oh well, I’ve found this should not be true for српски (Serbian) when
> pressing the back button from the Latin/Cyrillic codeset selection
> sub-step. In theory, it would set an invalid LANGUAGE like sr_RS_RS and
> thus print messages in English. But there is no Serb translation and
> the back button does not even work (in current master and 1.4.0).
>
> We could search for some other way to pass the country code to the
> run-territory-page other than (getenv "LANGUAGE"), such as set! it in
> some variable or strip the territory from (getenv "LANGUAGE").
>
> Is this worth it? Currently it does not make a difference anyway.
Yeah, let’s not bother too much if it’s purely theoretical at this
point.
Ludo’.