ember-cli-i18n
ember-cli-i18n copied to clipboard
let getLocalizedPath on the i18n service return a promise.
The Idea is that the service can lazy load the translations from a backend, and then resolve then Promise.
@luxferresum failing travis
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.