-
Notifications
You must be signed in to change notification settings - Fork 183
Get the translation from another locale #419
Comments
#381 reserves |
Yes please. I would like this very much too.
Do you know of an official hack I could use in the meantime? |
If anyone wonders how to do this until it's officially implemented: We wrote our own little service that would fetch new translation files and created our own translate method that closely resembles Ember.I18n ones (not sure why it doesn't render properly..): `import compileTemplate from 'ember-i18n/utils/i18n/compile-template'; t(key, data = {}, code) {
}` |
jamesarosen/ember-i18n has been deprecated in favor of ember-intl. |
Now it looks like this
Is it possible to specify a locale?
The text was updated successfully, but these errors were encountered: