jcbvm / i18n-editor

GUI for editing your i18n translation files
MIT License
357 stars 78 forks source link

ember-intl #56

Open basz opened 5 years ago

basz commented 5 years ago

Hi, ember-i18n has been deprecated over ember-intl which uses a slightly different format.

i18n needs files as {locale}/translations.js intl does it as {locale}.json.

Therefore, the contents looks a bit different tooexport default {} vs {}.

Would you be able to make a change to i18n-editor to support the ember-intl format?

colonelpopcorn commented 4 years ago

Customizing the output file name and path would be pretty choice.