ember-cli-i18n icon indicating copy to clipboard operation
ember-cli-i18n copied to clipboard

let getLocalizedPath on the i18n service return a promise.

Open luxzeitlos opened this issue 9 years ago • 2 comments

The Idea is that the service can lazy load the translations from a backend, and then resolve then Promise.

luxzeitlos avatar Apr 01 '15 20:04 luxzeitlos

@luxferresum failing travis

bcardarella avatar Apr 01 '15 21:04 bcardarella

fixed. We still have the problem that if when u use the feature of returning a promise in getLocalizedPath then u will also get a promise when using the t util in code. There is just no way around this.

luxzeitlos avatar Apr 02 '15 03:04 luxzeitlos