[Feature Request] Implement Intl.ListFormat
See original GitHub issuesee https://github.com/tc39/ecma402/issues/33 and https://github.com/zbraniecki/IntlListFormat for more information
should this be an additional addon or be built into ember-intl
itself?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Intl.ListFormat - JavaScript - MDN Web Docs
Returns an array of objects representing the different components that can be used to format a list of values in a locale-aware fashion....
Read more >JavaScript built-in: Intl - `ListFormat()` constructor - CanIUse
"Can I use" provides up-to-date browser support tables for support of front-end web ... JavaScript built-in: Intl: ListFormat: ListFormat() constructor.
Read more >Intl.ListFormat - V8 JavaScript engine
The Intl.ListFormat API enables localized formatting of lists without sacrificing performance.
Read more >Make a request to an external API - Twilio
How to make an API request in your serverless function. ... the names into a sorted list, and preparing an Intl.ListFormat object for...
Read more >Intl.ListFormat | Format.JS
You can use polyfill.io URL Builder to create a polyfill script tag for Intl.ListFormat . By default the created URL does not come...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sukima the data on how to format lists in a locale-aware manner is available on the CLDR dataset. we have built a small function based on that, but unfortunately I can’t share it 😕
@Turbo87 lets go with addon for now since it’s stage 1.
In order to get there, we’ll need to expose an API from within ember-intl that supports addons notifying ember-intl to extract additional fields from the CLDR at build time.