tc39 / proposal-intl-era-monthcode

To specify necessary details about era, eraYear and monthCode usage with Temporal in internationalization setting (for calendars other than "iso8601").
https://tc39.github.io/proposal-intl-era-monthcode
MIT License
3 stars 3 forks source link

Deprecated calendars #11

Open justingrant opened 1 year ago

justingrant commented 1 year ago

Currently there's an islamicc calendar that's accepted by Intl but is deprecated according to MDN:

Warning: The islamicc calendar key has been deprecated. Please use islamic-civil.

Furthermore, the spec currently describes a calendar named ethiopic-amete-alem while the current name of this calendar is ethioaa. If the intent of this proposal is to rename this calendar, then ethioaa will presumably join islamicc in being deprecated.

Should the spec enumerate these deprecated name(s) and describe how they should be handled?

sffc commented 1 year ago

islamic-civil is the BCP-47 canonical name of islamicc, and ethioaa is the BCP-47 canonical name of ethiopic-amete-alem.

justingrant commented 1 year ago

Should the spec align to those canonical names? Currently it does not.