Skip to content

Commit 4e10998

Browse files
committed
Intl.Locale to stage 4, per 2020.02.05 TC39
1 parent 11913bf commit 4e10998

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ecma402/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ This list contains only stage 1 proposals and higher that have not yet been with
1515
| Proposal | Author | Champion | TC39 meeting notes |
1616
| ---------------------------------------------------------------------- | -------------------------------- | -------------------------------- | ----------------------------------------------------- |
1717
| [`Intl.ListFormat`][intl.listformat] | Zibi Braniecki | Zibi Braniecki | |
18-
| [`Intl.Locale`][intl.locale] | Zibi Braniecki, Daniel Ehrenberg | Zibi Braniecki, Daniel Ehrenberg | |
1918
| [`DateTimeFormat` `dateStyle` & `timeStyle`][datetimeformat] | Zibi Braniecki | Zibi Braniecki | [March 2019][datetimeformat-notes] |
2019
| [`Intl.DateFormat.prototype.formatRange`][formatrange] | Felipe Balbontín | Sathya Gunasekaran | [March 2019][formatrange-notes] |
2120
| [Intl.DisplayNames][proposal-intl-displaynames] | Frank Tang | Frank Tang | [October 2019][proposal-intl-displaynames-notes] |
@@ -49,7 +48,6 @@ Note that as part of the onboarding process your repository name may be normaliz
4948
[intl.listformat]: https://github.com/tc39/proposal-intl-list-format
5049
[datetimeformat]: https://github.com/tc39/proposal-intl-datetime-style
5150
[datetimeformat-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-03/mar-26.md#datestyletimestyle-for-stage-3
52-
[intl.locale]: https://github.com/tc39/proposal-intl-locale
5351
[formatrange]: https://github.com/tc39/proposal-intl-DateTimeFormat-formatRange
5452
[formatrange-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-03/mar-26.md#intldatetimeformatprototypeformatrange-for-stage-3
5553
[proposal-intl-displaynames]: https://github.com/tc39/proposal-intl-displaynames

ecma402/finished-proposals.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Finished proposals are proposals that have reached stage 4, and are included in
88
| [`Intl.NumberFormat.prototype.formatToParts`][intl.numberformat.prototype.formattoparts] | Zibi Braniecki | Zibi Braniecki | [September 2017][intl.numberformat.prototype.formattoparts-notes] | 2018 |
99
| [`Intl.PluralRules`][intl.pluralrules] | Caridy Patiño, Eric Ferraiuolo | Caridy Patiño, Eric Ferraiuolo | [September 2017][intl.pluralrules-notes] | 2018 |
1010
| [`Intl.RelativeTimeFormat`][intl.relativetimeformat] | Zibi Braniecki, Daniel Ehrenberg | Zibi Braniecki, Daniel Ehrenberg | [December 2019][intl.relativetimeformat-notes] | 2020 |
11-
| [Intl.NumberFormat Unified API Proposal][intl.numberformat] | Shane Carr | Shane Carr | February 2020 | 2020 |
11+
| [`Intl.NumberFormat` Unified API Proposal][intl.numberformat] | Shane Carr | Shane Carr | February 2020 | 2020 |
12+
| [`Intl.Locale`][intl.locale] | Zibi Braniecki, Daniel Ehrenberg | Zibi Braniecki, Daniel Ehrenberg | February 2020 | 2020 |
1213

1314
See also the [stage 0 proposals](stage-0-proposals.md), and [active proposals](README.md) documents.
1415

@@ -21,3 +22,4 @@ See also the [stage 0 proposals](stage-0-proposals.md), and [active proposals](R
2122
[intl.relativetimeformat]: https://github.com/tc39/proposal-intl-relative-time
2223
[intl.relativetimeformat-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-12/december-4.md#intlrelativetimeformat-for-stage-4
2324
[intl.numberformat]: https://github.com/tc39/proposal-unified-intl-numberformat
25+
[intl.locale]: https://github.com/tc39/proposal-intl-locale

0 commit comments

Comments
 (0)