#8946 closed enhancement (fixed)
Localization by selecting the language
Reported by: | dsjonny | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Kits/Locale Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
If we want to "localize" the system, than we need to make it in 3-4 steps (an example for Hungarian locale):
- select the preferred language to Hungarian
- select the formating
- set the keyboard layout to Hungarian
- set the timezone to Hungary
It would be useful if after select the language, than the other "connecting" options will set too. So; it would be only one step. There may be only one problem: how to parse all these settings to a language.
Change History (5)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Version: | R1/alpha4 → R1/Development |
---|
comment:4 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 4 years ago
Milestone: | R1 → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
I believe the ReadOnlyBootPrompt, which shows up when you boot an installation CD, does most of that. The idea is to use it as the primary way of setting up a language, while the Locale preflet is meant for advanced use.
There are quite a lot of special cases to handle, however, such as French having two main layouts for Mac and PC (and some alternatives ones), countries spanning multiple timezones (USA, Russia, ...), and so on, which makes it harder than it looks to setup everything on a single click.