Skip to content

Convert i18n translations from yaml to json, so that you can maintain your translations at one place.

License

Notifications You must be signed in to change notification settings

aboveproperty/ember-i18n-yaml

 
 

Repository files navigation

Build Status npm version

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 repository
  • cd ember-i18n-yaml
  • npm install

Running

Running Tests

  • npm test (Runs ember 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/.

About

Convert i18n translations from yaml to json, so that you can maintain your translations at one place.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.4%
  • HTML 15.6%