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

rename locales directory

This commit is contained in:
Kyle Spearrin
2018-01-24 20:52:51 -05:00
parent 18a45886d1
commit 64663b040a
5 changed files with 3 additions and 3 deletions

View File

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