Cropster / ember-l10n

A GNU gettext based localization workflow for Ember
MIT License
15 stars 7 forks source link

Allow setting of multiple json paths #12

Closed arm1n closed 5 years ago

arm1n commented 7 years ago

This would come in handy especially for addons providing their own translations and don't make use of the auto-extraction (f.e. when not using skip-dependencies or skip-all-dependencies) within the hosting app.

Suggestion: Make jsonPath property of service an array, where the hosting app or an initializer can add new entries, which will be taken into account within _loadJSON method.

mydea commented 5 years ago

I think we can close this, as this is probably not something we will be supporting anytime soon - what do you think @arm1n ?

arm1n commented 5 years ago

Yep, that was planned after the first version, but there's no need atm, so we can close this.