This commit is contained in:
2026-03-04 21:16:21 +08:00
parent cb0b8a0aee
commit 8316d42fb3
7 changed files with 78 additions and 247 deletions

View File

@@ -71,10 +71,10 @@
if (!self) return;
KBLocalizationManager *mgr = [KBLocalizationManager shared];
//
//
NSString *next = [mgr.currentLanguageCode.lowercaseString hasPrefix:@"zh"]
? KBLanguageCodeEnglish
: KBLanguageCodeSimplifiedChinese;
: KBLanguageCodeTraditionalChinese;
[mgr setCurrentLanguageCode:next persist:YES];
//