Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. i18nLoader: Ember.inject.service('i18n-loader'),
  2. beforeModel() {
  3. return this.get('i18nLoader').load(`/locales/${this.get('i18n.locale')}/translations${window.ASSET_FINGERPRINT_HASH}.js`);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement