question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] Implement Intl.ListFormat

See original GitHub issue

see 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?

/cc @jasonmit @pangratz

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Turbo87commented, Dec 7, 2018

@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 😕

1reaction
jasonmitcommented, Mar 15, 2017

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found