Skip to content

Commit

Permalink
feat(i18n): add dependency injection
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Lovato committed Aug 5, 2016
1 parent 25f38b3 commit 0545999
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/i18n.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
/*eslint no-cond-assign: 0*/
import i18next from 'i18next';
import {DOM} from 'aurelia-pal';
import {EventAggregator} from 'aurelia-event-aggregator';
import {BindingSignaler} from 'aurelia-templating-resources';

export class I18N {
static inject = [EventAggregator, BindingSignaler];

globalVars = {};
params = {};
Expand Down

0 comments on commit 0545999

Please sign in to comment.