|
@@ -143,6 +143,5 @@ class _DefaultCupertinoLocalizations extends CupertinoLocalizations { |
|
|
String timerPickerSecondLabel(int second) => '秒'; |
|
|
String timerPickerSecondLabel(int second) => '秒'; |
|
|
|
|
|
|
|
|
@override |
|
|
@override |
|
|
// TODO: implement todayLabel |
|
|
|
|
|
String get todayLabel => null; |
|
|
|
|
|
|
|
|
String get todayLabel => "今天"; |
|
|
} |
|
|
} |