更新法语语言包

This commit is contained in:
wyf
2026-01-31 14:43:47 +08:00
parent 2aedbb3d74
commit 97ffc1220d
48 changed files with 1608 additions and 1837 deletions

View File

@@ -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(