UNPKG

ember-intl

Version:

Internationalization for Ember projects

39 lines (21 loc) 1.36 kB
[![This project uses GitHub Actions for continuous integration.](https://github.com/ember-intl/ember-intl/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/ember-intl/ember-intl/actions/workflows/ci-cd.yml) [![npm](https://img.shields.io/npm/dm/ember-intl.svg)](https://www.npmjs.com/package/ember-intl) [![Ember Observer Score](http://emberobserver.com/badges/ember-intl.svg)](http://emberobserver.com/addons/ember-intl) # ember-intl _Internationalization for Ember projects_ ## 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 - [Changelog](./CHANGELOG.md) - [Quickstart](https://ember-intl.github.io/ember-intl/docs/quickstart) ## 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).