mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-18 11:05:41 +01:00
init i18n
This commit is contained in:
parent
655edc88f8
commit
83fe3442d3
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user