Ember Intl Localization
A few Ember.js libraries exist for localizing your Ember applications. We have chosen to support the library ember-intl.
Ember-Intl uses a simple js file to define your translations. It is also possible to use json for translations when using ember-intl. This json file can be managed by LingoHub.
The same rules apply as described here: JSON Localization
Example
Example files can be accessed here.