Opened 15 years ago
Closed 15 years ago
#5430 closed bug (fixed)
Locale doesn't work
Reported by: | damoklas | Owned by: | nobody |
---|---|---|---|
Priority: | high | Milestone: | R1 |
Component: | Kits/Locale Kit | Version: | R1/Development |
Keywords: | locale language settings preferences | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Locale setting doesn't work any more. Tested in hrev35516 (gcc2/4)
Attachments (1)
Change History (11)
follow-up: 2 comment:1 by , 15 years ago
comment:5 by , 15 years ago
Description: | modified (diff) |
---|---|
Keywords: | locale language settings preferences added |
Priority: | high → normal |
Summary: | Locale not work → Locale doesn't work |
Replying to damoklas:
Haiku rev. 35571, locale setting still not work.
Please be patient. No need to update the ticket every two days.
follow-up: 7 comment:6 by , 15 years ago
Component: | Kits/Locale Kit → Preferences |
---|---|
Owner: | changed from | to
Status: | new → assigned |
I'm not willing to work more on the locale preflet. Sorry, but GUI coding definitely isn't my cup of tea.
comment:7 by , 15 years ago
Component: | Preferences → Kits/Locale Kit |
---|---|
Priority: | normal → high |
Replying to pulkomandy:
I'm not willing to work more on the locale preflet. Sorry, but GUI coding definitely isn't my cup of tea.
This problem is not GUI and Owned by the fact that the locale does not set locale, and the translated programs not able to use this locale. And this Locale from Locale.zip also not work, for the same reason, I think. This just Locale brokenness an not as you think.
comment:8 by , 15 years ago
The fact that even when changing the locale to a language other than English localized applications still run in English make it difficult to work on localization.
Would it be possible to revert to the last working revision until whatever issues cause this problem have been addresses?
comment:9 by , 15 years ago
Yes. Alternatively you can just rename your catalog to use the proper name (like fr_FR instead of fr) and it will work.
comment:10 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Ok, fixed the catalog loading so the current preflet will work in hrev35787.
Actually, they still do, but quite badly. The current preflet only allows you to select a precise locale like fr_FR or pt_BR. This makes it not able to fallback to generic fr or pt even if they are available. You can check that it still work in some places; for example AboutSystem will display the uptime localized properly.
I'd like someone else to take over the preflet work : I'm definitely more at ease working with the internals of the Locale Kit than building windows...