语言的本地缓存

This commit is contained in:
czz
2025-07-30 18:10:25 +08:00
parent 300e3b31f6
commit 8fa1907370
5 changed files with 70 additions and 50 deletions

View File

@@ -111,6 +111,6 @@ class AppLanguage extends Translations {
}
bool isChinese() {
return _currentLanguageCode == "zh_CN";
return _currentLanguageCode == "zh_CN"||_currentLanguageCode == "zh_TW";
}
}