Closed
Bug 1715980
Opened 3 years ago
Closed 3 years ago
Incorrect calendar name in Calendar::GetBcp47Type() method description
Categories
(Core :: Internationalization, defect, P3)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
94 Branch
People
(Reporter: anba, Assigned: gregtatum)
References
Details
(Whiteboard: [i18n-unification])
Attachments
(1 file)
/**
* Get the BCP 47 keyword value string designating the calendar type. For
* instance "gregory", "chinese", "islamicc", etc.
*/
Result<const char*, Calendar::Error> GetBcp47Type();
"islamicc"
is the old-style keyword value, the BCP 47 calendar type name is "islamic-civil"
.
Updated•3 years ago
|
Severity: -- → S4
Priority: -- → P3
Updated•3 years ago
|
Whiteboard: [i18n-unification]
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → gtatum
Status: NEW → ASSIGNED
Pushed by gtatum@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4d1071a75c40
Fix the calendar keyword in Calendar::GetBcp47Type docs; r=platform-i18n-reviewers,dminor DONTBUILD
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•