1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

init i18n

This commit is contained in:
Kyle Spearrin 2018-04-11 15:59:39 -04:00
parent 655edc88f8
commit 83fe3442d3

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();