From d0f74634dfa0f5b0f262e3e87f648051d9a106f1 Mon Sep 17 00:00:00 2001 From: grainsoft Date: Tue, 25 Nov 2025 20:50:19 +0200 Subject: [PATCH] update --- src/core/Boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Boot.js b/src/core/Boot.js index 257189b..fe80135 100644 --- a/src/core/Boot.js +++ b/src/core/Boot.js @@ -53,7 +53,7 @@ export class Boot { Rt.setCsrfToken(h.dxFind('meta[name="csrf-token"]')?.content); - import(dirPath + 'js/interface.js').then((mod) => { + import(dirPath + `js/${Boot.lang}/interface.js`).then((mod) => { if (!mod.intData) { return;