Ember Format
[WIP] Ember Format requires Ember 1.10.0 (in beta)
Ember Format
allows developers to internationalize their ambitious applications.
The formatting capabilities rely on the set of Format.js's core libraries and Intl
's formatting objects:
These APIs are built on the following industry standards:
Installation
Install from the project's folder.
$ ember install:addon ember-format
Generate application's default locale with CLDR data (and any other).
$ ember generate locale en
Register default locale in the configuration file.
APP: {
LOCALE: 'en'
}
Usage
Contribution
License
Ember Format is available under the MIT license. See the LICENSE file for more info.