Ember.js Localization

A few Ember.js libraries exist for localizing your Ember applications. We have chosen to support the most popular library ember-i18n.

Ember-I18n uses a simple js file to define your translations. It is also possible to use json or yaml files 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.

References

Last updated