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

Spec typo: `ethiopicaa` should be `ethioaa` #17

Closed justingrant closed 1 month ago

justingrant commented 8 months ago

The spec lists a calendar with ID ethiopicaa but the actual calendar ID is ethioaa.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getCalendars#ethioaa

FrankYFTang commented 1 month ago

fixed by https://github.com/tc39/proposal-intl-era-monthcode/pull/19