ember-i18n-yaml
v1.0.0
Published
Converts ember-i18n label files from a yaml format to the required js format.
Downloads
2
Maintainers
Readme
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-yaml
npm install
Running
ember serve
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.