feat(blister-form): update blister form structure to include separate start date and time fields

This commit is contained in:
Daniel Volz
2025-12-27 15:32:47 +01:00
parent 6b6c20bdc3
commit 57377aeead
4 changed files with 106 additions and 9 deletions
+2 -1
View File
@@ -119,7 +119,8 @@
"everyDays": "Alle (Tage)",
"every": "alle",
"from": "ab",
"start": "Start (Datum/Uhrzeit)"
"startDate": "Datum",
"startTime": "Uhrzeit"
}
},
"planner": {
+2 -1
View File
@@ -121,7 +121,8 @@
"everyDays": "Every (days)",
"every": "every",
"from": "from",
"start": "Start (date/time)"
"startDate": "Date",
"startTime": "Time"
}
},
"planner": {