语言的本地缓存
This commit is contained in:
@@ -111,6 +111,6 @@ class AppLanguage extends Translations {
|
||||
}
|
||||
|
||||
bool isChinese() {
|
||||
return _currentLanguageCode == "zh_CN";
|
||||
return _currentLanguageCode == "zh_CN"||_currentLanguageCode == "zh_TW";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user