mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 06:32:12 -03:00
Add Chinese (Simplified and Traditional) localization files and implement i18n tests
- Created zh-CN.json and zh-TW.json for Simplified and Traditional Chinese translations respectively. - Added comprehensive test suite in test_i18n.py to validate JSON structure, server-side i18n functionality, and translation completeness across multiple languages.
This commit is contained in:
@@ -30,8 +30,6 @@ export class AppCore {
|
||||
// Initialize i18n first
|
||||
window.i18n = i18n;
|
||||
|
||||
// Load language from settings
|
||||
await i18n.initializeFromSettings();
|
||||
console.log(`AppCore: Language set: ${i18n.getCurrentLocale()}`);
|
||||
|
||||
// Initialize managers
|
||||
|
||||
Reference in New Issue
Block a user