update 中文

This commit is contained in:
2025-09-21 16:43:07 +08:00
parent 102757b17a
commit 35aa92d78a
5 changed files with 553 additions and 35 deletions
@@ -78,7 +78,11 @@ export class SettingPanel extends li_BaseView {
LanguageType.HI,
"हिंदी"
);
this.initLanguageButton(
this._nodeTab.Language3.getComponent(Button),
LanguageType.CN,
"中文"
);
this.languageButtons.forEach((b) => {
if (b.language == LanguageUtils.CurrentLanguage) {
this.curLanguage.string = b.label.string;