更新睡眠报告
This commit is contained in:
@@ -98,4 +98,8 @@ class AppLanguage extends Translations {
|
||||
final parts = _currentLanguageCode.split('-');
|
||||
return Locale(parts[0], parts.length > 1 ? parts[1] : null);
|
||||
}
|
||||
|
||||
bool isChinese() {
|
||||
return _currentLanguageCode == "zh_CN";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user