1.0.0 • Published 7 years ago
ember-i18n-yaml v1.0.0
ember-i18n-yaml
Converts i18n translation files from a yaml format to the js format expected by ember-i18n when your project is built.
Installation
git clone <repository-url>this repositorycd ember-i18n-yamlnpm install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.