Closed
Bug 163140
Opened 23 years ago
Closed 20 years ago
Add Accept Language list needs intl sorting
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
DUPLICATE
of bug 142864
People
(Reporter: nhottanscp, Assigned: smontagu)
References
Details
(Keywords: intl)
bugscape 17306
http://lxr.mozilla.org/seamonkey/source/xpfe/components/prefwindow/resources/content/pref-languages.js#194
194 availLanguageDict.sort( // sort on first element
195 function (a, b) {
196 if (a[0] < b[0]) return -1;
197 if (a[0] > b[0]) return 1;
198 return 0;
199 });
200 }
Assignee | ||
Updated•20 years ago
|
Assignee: nhottanscp → smontagu
Status: ASSIGNED → NEW
Assignee | ||
Comment 2•20 years ago
|
||
*** Bug 263045 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 142864 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•