更新法语语言包
This commit is contained in:
@@ -258,6 +258,7 @@ Future showDateSelectionDialog(BuildContext context,
|
||||
String title = "选择生日"}) {
|
||||
ThemeController themeController = Get.find();
|
||||
final bool isEn = Get.locale?.languageCode.startsWith('en') ?? false;
|
||||
final bool isCn = Get.locale?.languageCode.startsWith('zh') ?? false;
|
||||
Color checkColor = stringToColor("#D3B684");
|
||||
|
||||
final List<int> years = List.generate(100, (i) => DateTime.now().year - i)
|
||||
@@ -380,7 +381,7 @@ Future showDateSelectionDialog(BuildContext context,
|
||||
child: Padding(
|
||||
padding: EdgeInsets.symmetric(horizontal: 95.rpx),
|
||||
child: Row(
|
||||
children: isEn
|
||||
children: !isCn
|
||||
? [
|
||||
Expanded(
|
||||
child: getOnePickers(
|
||||
|
||||
Reference in New Issue
Block a user