Integrate @ember-intl/polyfill
See original GitHub issue@jasonmit I see that you have started work on @ember-intl/experimental-polyfill
. Can you remember what still needs to be done to drop the experimental
part and start using it as a dependency of ember-intl
. 😄
Relates to:
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
Top Results From Across the Web
EmberJS i18n: ember-intl beginners tutorial - Lokalise Blog
In this article you'll learn how to get started with EmberJS i18n using the ember-intl module, add pluralization and support RTL languages.
Read more >Ember-intl - npm.io
Extensive Ember Service API and template helpers for formatting and translating. Addon support (addon translations are bundled with the host app). Installation.
Read more >@ember-intl/polyfill - npm
Start using @ember-intl/polyfill in your project by running `npm ... There are no other projects in the npm registry using @ember-intl/polyfill.
Read more >jasonmit/ember-intl - Gitter
Somehow in my application I can't get the year to output.. I've got my 'formats.js' setup (https://gist.github.com/timbaas/5fae56ff5c05d9fb9412) but no matter ...
Read more >@ember-intl/intl-messageformat - npm package | Snyk
Conditionally require the Intl.js Polyfill if it doesn't already exist in the runtime. As of Node <= 0.10, this polyfill will be required....
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 Free
Top 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
Thanks for the extra details, that lets me plan our next moves.
This is next on my to-do list now that we cut 4.0 latest. Ember-intl 5 will no longer ship with the Intl polyfill and I’ll recommend installing future add-on to fill the gap for users that need it for either consistent output across browsers or legacy browser support.