tc39 / proposal-intl-displaynames

Get localized display names for languages, scripts, regions and others. https://tc39.github.io/proposal-intl-displaynames/
MIT License
44 stars 10 forks source link

Fix month, weekday, quarter, dayPeriod examples #59

Closed apaprocki closed 4 years ago

apaprocki commented 5 years ago

The syntax states:

  * The value of _type_ could be either "region", "script", "language", "currency", "month", "weekday", "quarter", "dayPeriod", or "dateTimeField".

... but all the examples in the PR used the type of dateTime, which isn't in the list and doesn't make much sense.

FrankYFTang commented 4 years ago

we removed those types now so I close this PR