Ember.js
BabelEdit supports Ember.js with the following packages:
ember-intl
Ember with Ember-Intl is supported with YAML or JSON files. You have to choose which one you want to use — you can't use both formats at the same time.
Please visit our ember-intl tutorial for a quick tutorial on how to translate your application.
BabelEdit can currently work with one file per language — e.g.
- translations
- en-us.json
- de-de.json
- fr-fr.json
or
- translations
- en-us.yaml
- de-de.yaml
- fr-fr.yaml
ember-i18next
Please use a i18next project to use Ember with i18next.