mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-06 04:50:03 -06:00
electron: Fix loading of i18n
This commit is contained in:
4
electron-main.ts
Normal file
4
electron-main.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { initializeTranslations } from "./src/services/i18n.js";
|
||||
|
||||
await initializeTranslations();
|
||||
await import("./electron.js")
|
||||
Reference in New Issue
Block a user