Closed
Bug 866742
Opened 13 years ago
Closed 13 years ago
Inconsistent capitalization in accept languages
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mkaply, Unassigned)
Details
https://mxr.mozilla.org/l10n-central/search?string=intl.accept_languages
Shows a great deal of inconsistency in locale naming.
Some are xx-xx and some are xx-XX.
We should be consistent in our locale naming.
Comment 1•13 years ago
|
||
intl.accept_languages doesn't list locales, it lists language tags, and language tags are case-insensitive.
Each value is set by the individual locale, and locales have generally based this using the en-US value as a model. The en-US value used lowercase until only recently, so many of those values are lowercase.
The en-US value changed to use uppercase region subtags in bug 723609. That bug also brought with it a number of localization note improvements to help guide locales in choosing a good value for this setting.
Most locales have not updated their value for intl.accept_languages in years, even after these changes. I'm not sure it's particularly important to have an outside party go in and do it for them—at least, not simply for the sake of consistent capitalization.
| Reporter | ||
Comment 2•13 years ago
|
||
So close as WONTFIX then?
Comment 3•13 years ago
|
||
(In reply to Michael Kaply (mkaply) from comment #2)
> So close as WONTFIX then?
That's probably best.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•