Closed
Bug 1784426
Opened 3 years ago
Closed 3 years ago
EditorSpellCheck::SetFallbackDictionary should canonicalise the newly parsed locale
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
These two lines should probably not call loc.Canonicalize().isOk()
, because loc
was already canonicalised here.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c17a78f5af63
Call Locale::Canonicalize() on the newly parsed locale. r=platform-i18n-reviewers,dminor
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•