ember-intl
Version:
Internationalization for Ember projects
33 lines (19 loc) • 1.36 kB
Markdown
[](https://github.com/ember-intl/ember-intl/actions/workflows/ci-cd.yml)
[](https://www.npmjs.com/package/ember-intl)
[](http://emberobserver.com/addons/ember-intl)
# ember-intl
## Installation
See https://ember-intl.github.io/ember-intl/docs/quickstart.
## Features
* 🐹 Compatible with Ember apps, v1 addons (including engines), and v2 addons.
* 📚 Built on standards: [ICU message syntax](https://formatjs.github.io/docs/core-concepts/icu-syntax/) and [Internationalization API](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl).
* 🌐 Support for 150+ languages.
* ⚙️ Locale-aware helpers and `intl` service, to help you display translations, numbers, dates, etc.
* ✅ Test helpers to check locale-dependent templates.
## Documentation
- [7.x (stable)](https://ember-intl.github.io/ember-intl/)
- [6.x (legacy)](https://ember-intl.github.io/ember-intl/versions/v6.5.6/)
- [Changelog](https://github.com/ember-intl/ember-intl/blob/main/packages/ember-intl/CHANGELOG.md)
## Compatibility
* Ember.js v3.28 or above
* Node.js v18 or above