1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

i18n from main proc as well

This commit is contained in:
Kyle Spearrin
2018-01-24 16:02:18 -05:00
parent e42bf66b2f
commit c49ac847d6
3 changed files with 9 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ import {
webFrame.registerURLSchemeAsPrivileged('file');
const i18nService = new I18nService(window, './_locales');
const i18nService = new I18nService(window.navigator.language, './_locales');
const utilsService = new UtilsService();
const platformUtilsService = new DesktopPlatformUtilsService();
const messagingService = new DesktopMessagingService();