mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 14:42:11 -03:00
Add Korean, Russian, and Traditional Chinese translations for LoRA Manager
This commit is contained in:
@@ -29,7 +29,10 @@ export class AppCore {
|
||||
|
||||
// Initialize i18n first
|
||||
window.i18n = i18n;
|
||||
console.log(`AppCore: Language detected: ${i18n.getCurrentLocale()}`);
|
||||
|
||||
// Load language from settings
|
||||
await i18n.initializeFromSettings();
|
||||
console.log(`AppCore: Language set: ${i18n.getCurrentLocale()}`);
|
||||
|
||||
// Initialize managers
|
||||
state.loadingManager = new LoadingManager();
|
||||
|
||||
Reference in New Issue
Block a user