chore: update build script and language settings in window manager
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
|
||||
// 设置语言
|
||||
function setLanguage(lang) {
|
||||
const t = translations[lang] || translations.en;
|
||||
const t = translations[lang] || translations.zh;
|
||||
loadingTitle.textContent = t.title;
|
||||
progressLabel.textContent = t.progress;
|
||||
if (currentProgress === 0) {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user