Skip to content

Commit

Permalink
eraDisplay option for Intl.DateTimeFormat to stage 1, per 2021.01.2…
Browse files Browse the repository at this point in the history
…7 TC39
  • Loading branch information
ljharb committed Jan 27, 2021
1 parent dd9ee96 commit ef7ed5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ecma402/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ This list contains only stage 1 proposals and higher that have not yet been with
| ------------------------------------------------------------ | --------------- | --------------- | ---------------------------------------------------------------- |
| [Smart Unit Preferences in Intl.NumberFormat][smart-units] | Younies Mahmoud | Younies Mahmoud | [June 2020][smart-units-notes] |
| [Extend TimeZoneName Option Proposal][extend-timezonename] | FrankYFTang | FrankYFTang | January 2021 |
| [eraDisplay option for `Intl.DateTimeFormat`][eradisplay] | Louis-Aime | Louis-Aime | January 2021 |

### Contributing new proposals

Expand Down Expand Up @@ -61,4 +62,5 @@ Note that as part of the onboarding process your repository name may be normaliz
[intl.displaynames-v2-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-09/sept-23.md#intldisplaynames-v2-for-stage-1
[intl-locale-info]: https://github.com/tc39/proposal-intl-locale-info
[intl-locale-info-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-09/sept-23.md#intl-locale-info-for-stage-1
[extend-timezonename]: https://github.com/FrankYFTang/proposal-intl-extend-timezonename
[extend-timezonename]: https://github.com/FrankYFTang/proposal-intl-extend-timezonename
[eradisplay]: https://github.com/Louis-Aime/proposal-intl-eradisplay
2 changes: 0 additions & 2 deletions ecma402/stage-0-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ Stage 0 proposals are either
| -------------------------------------------------------------------- | ---------------- | ------------------ |
| [Fix 9.2.3 LookupMatcher algorithm][] | Rafael Xavier | Rafael Xavier |
| [`Intl.NumberFormat` `round` option][intl.numberformat round option] | Rafael Xavier | Rafael Xavier |
| [eraDisplay option for `Intl.DateTimeFormat`][eradisplay] | Louis-Aime | Louis-Aime |
| [`Intl.LocaleMatcher`][intl-localematcher] | Long Ho | Long Ho |

See also the [finished proposals](finished-proposals.md), and [active proposals](README.md) documents.

[fix 9.2.3 lookupmatcher algorithm]: https://github.com/rxaviers/ecma402-fix-lookup-matcher
[intl.numberformat round option]: https://github.com/rxaviers/ecma402-number-format-round-option
[numberformat options]: https://github.com/sffc/proposal-unified-intl-numberformat
[eradisplay]: https://github.com/Louis-Aime/proposal-intl-eradisplay
[intl-localematcher]: https://github.com/longlho/proposal-intl-localematcher

0 comments on commit ef7ed5c

Please sign in to comment.