#5471 closed bug (fixed)
[Locale] language list is lowercase for some locales
Reported by: | diver | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Locale Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Setting preferred language to some languages (like Russian or Ukrainian) sets
available list to lowercase. Instead first letter of each language name should be capitalized, like it's done for English (default) locale. Same thing could be seen in ReadOnlyBootPrompt.
BTW, there are no components for both of them in Trac.
Tested with hrev35595.
Attachments (1)
Change History (15)
comment:1 by , 15 years ago
Version: | R1/alpha1 → R1/Development |
---|
comment:2 by , 15 years ago
Component: | Preferences → Kits/Locale Kit |
---|---|
Owner: | changed from | to
comment:3 by , 15 years ago
Status: | new → assigned |
---|
Are you sure this is needed ? In French, language names are lowercase, while in English they need to always be uppercase. So, we can enforce that in the applications, but not as part of the locale kit itself.
comment:6 by , 14 years ago
AFAIR ICU was updated some time ago, but this bug is still here in hrev38300.
comment:7 by , 14 years ago
Diver: I suppose you're a native speaker, but according to
http://meta.wikimedia.org/wiki/Capitalization_of_Wiktionary_pages#Capitalization_of_language_names
Russian language names are spelled in lower case.
Maybe ICU is correct, after all?
follow-up: 9 comment:8 by , 14 years ago
This wikimedia article is wrong about Capitalization of language names and Capitalization of names of peoples in Russian language at least.
comment:9 by , 14 years ago
Replying to diver:
This wikimedia article is wrong about Capitalization of language names and Capitalization of names of peoples in Russian language at least.
Some more research has given me this: the Pons translation dictionary (German -> Russian) gives 'англи́йский язы́к м' as Russian translation for 'English'. That seems to indicate lowercase, too.
So, please give some sources for your claim.
follow-up: 11 comment:10 by , 14 years ago
It could also be expecting sentance case in this list. In french the languages are also lowercase, but alone in the list they could be uppercase as well, because it's a list and not words in a sentance.
comment:11 by , 14 years ago
Replying to pulkomandy:
It could also be expecting sentance case in this list. In french the languages are also lowercase, but alone in the list they could be uppercase as well, because it's a list and not words in a sentance.
Ahh, that's right!
by , 14 years ago
Attachment: | language_list_ubuntu.png added |
---|
language list from ubuntu 11.04 installer
comment:13 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Can't reproduce this anymore, closing.
comment:14 by , 13 years ago
Well it's still lowercased in Formatting tab in Locale preflet, but not on ReadOnlyBootPrompt.
Still here in hrev36318.