Closed Bug 163140 Opened 23 years ago Closed 20 years ago

Add Accept Language list needs intl sorting

Categories

(Core :: Internationalization, defect)

defect
Not set
normal

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 }
Blocks: 157673
Status: NEW → ASSIGNED
Keywords: intl
QA Contact: ruixu → ylong
i18n triage team: nsbeta1-
Keywords: nsbeta1-
Assignee: nhottanscp → smontagu
Status: ASSIGNED → NEW
*** Bug 263045 has been marked as a duplicate of this bug. ***
*** 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.