accetone / mutant-ng-translate

i18n for angular 1.x.x
http://accetone.github.io/mutant-ng-translate-docs/
MIT License
1 stars 0 forks source link

Transformation for complex JSON file #51

Closed accetone closed 8 years ago

accetone commented 8 years ago

From:

{
  "menu": {
    "main": "Main",
    "settings": "Settings"
  }
}

to:

{
  "menu.main": "Main",
  "menu.settings": "
}
accetone commented 8 years ago

Duplicate of https://github.com/accetone/mutant-ng-translate/issues/44