Open
Bug 1951411
Opened 6 months ago
Updated 5 months ago
Remove islamic-rgsa from list of supported calendars
Categories
(Core :: JavaScript: Internationalization API, task, P3)
Core
JavaScript: Internationalization API
Tracking
()
NEW
People
(Reporter: dminor, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
The islamic-rgsa
calendar delegates to the islamic
calendar in ICU4C and is not implemented in ICU4X.
Since this calendar depends upon astronomical sightings by a person, it is impossible to predict in the future, and would require look up tables to support properly in the past. There's no reason to ship this to the web.
Reporter | ||
Comment 1•6 months ago
|
||
I've experimented with this a bit this morning, but there's not really a clean way of filtering out islamic-rgsa
from our code, there's multiple integration points with ICU4C calendar code through DateTimeFormat and DisplayNames. Unfortunately, I think this will have to wait until we move to ICU4X.
Updated•6 months ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•