init i18n

This commit is contained in:
Kyle Spearrin 2018-04-11 15:59:39 -04:00
parent 655edc88f8
commit 83fe3442d3
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ export default class MainBackground {
this.analytics.ga('send', 'pageview', '/background.html');
this.containerService.attachToWindow(window);
await (this.i18nService as I18nService).init();
await this.runtimeBackground.init();
await this.tabsBackground.init();
await this.commandsBackground.init();