https://github.com/ember-intl/ember-intl
Internationalization for Ember projects
https://github.com/ember-intl/ember-intl
ember ember-addon ember-codemod emberjs i18n internationalization intl translation
Last synced: 4 days ago
JSON representation
Internationalization for Ember projects
- Host: GitHub
- URL: https://github.com/ember-intl/ember-intl
- Owner: ember-intl
- License: mit
- Created: 2015-01-28T00:07:14.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2026-03-16T12:37:17.000Z (6 days ago)
- Last Synced: 2026-03-16T20:45:27.389Z (5 days ago)
- Topics: ember, ember-addon, ember-codemod, emberjs, i18n, internationalization, intl, translation
- Language: TypeScript
- Homepage: https://ember-intl.github.io
- Size: 71.1 MB
- Stars: 438
- Watchers: 15
- Forks: 169
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ember - ember-intl - Translate complex messages string. Localized formatting for date/time, number, and relative time. (Packages / Internalization & Localization)
- awesome-ember - ember-intl - Internationalization support with ICU message formatting (Libraries / Internationalization)
README
[](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
_Internationalization for Ember projects_
## Package overview
- [ember-intl](./packages/ember-intl/README.md)
- [@ember-intl/lint](./packages/ember-intl-lint/README.md)
- [@ember-intl/v1-compat](./packages/ember-intl-v1-compat/README.md)
- [@ember-intl/vite](./packages/ember-intl-vite/README.md)
## 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).
- ⚙️ Locale-aware helpers and `intl` service, to help you display translations, numbers, dates, etc.
- ✅ Test helpers to check locale-dependent templates.
- ✨ Linter to enforce best practices.
## Documentation
Visit https://ember-intl.github.io/.
## Compatibility
- Ember.js v4.12 or above
- Node.js v20 or above
## Contributing
See the [Contributing](./CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](./LICENSE.md).