1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +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

@@ -27,7 +27,7 @@ ipcMain.on('keytar', async (event: any, message: any) => {
*/
import { I18nService } from './services/i18n.service';
const i18nService = new I18nService('en', './_locales/');
const i18nService = new I18nService('en', './locales/');
i18nService.init().then(() => { });
let win: BrowserWindow;