Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ember-intl/ember-intl
Internationalization for Ember projects
https://github.com/ember-intl/ember-intl
ember ember-addon ember-intl emberjs embroider i18n internationalization intl translation
Last synced: 1 day 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 (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T15:01:51.000Z (3 months ago)
- Last Synced: 2024-10-29T15:24:09.385Z (3 months ago)
- Topics: ember, ember-addon, ember-intl, emberjs, embroider, i18n, internationalization, intl, translation
- Language: TypeScript
- Homepage: https://ember-intl.github.io
- Size: 49.8 MB
- Stars: 436
- Watchers: 17
- Forks: 166
- Open Issues: 6
-
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)
README
[![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
## 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.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