更新法语语言包
This commit is contained in:
@@ -10,7 +10,7 @@ void showDiseaseSelectionDialog(
|
||||
required List<String> selectedIds,
|
||||
required List diseaseList,
|
||||
Function(List<String>)? onDiseasesChanged,
|
||||
String title = "选择慢病",
|
||||
String title = "请选择慢病",
|
||||
DiseaseSelectionColors? colors,
|
||||
}) {
|
||||
ThemeController themeController = Get.find();
|
||||
@@ -24,7 +24,7 @@ void showDiseaseSelectionDialog(
|
||||
colors?.selectedDiseaseColor ?? themeController.currentColor.sc2;
|
||||
|
||||
final RxList<String> selectedDiseaseIds = selectedIds.obs;
|
||||
|
||||
title = title.tr;
|
||||
showModalBottomSheet(
|
||||
context: context,
|
||||
backgroundColor: Colors.transparent,
|
||||
|
||||
Reference in New Issue
Block a user