rewrote check_required and did some map stuff. also fixed that typed in text in add place isnt saved

This commit is contained in:
Nico
2025-05-09 22:29:34 +02:00
parent b7b16c6acb
commit cdd7f5cafb
5 changed files with 158 additions and 95 deletions

View File

@@ -59,7 +59,7 @@
"pickDate": "Aufstellung",
"pickTime": "Zeit auswählen",
"delAll": "Alle Standorte löschen",
"fieldEmpty": "Folgende Felder sind leer:",
"fieldEmpty": "Pflichtfeld(er) nicht ausgefüllt",
"cancel": "Abbrechen",
"template": "Als Unvollständig speichern",
"openMap": "Karte öffnen",

View File

@@ -297,7 +297,7 @@
"@delAll": {
"description": "Delete all Places"
},
"fieldEmpty": "Following Field is empty:",
"fieldEmpty": "Required field(s) empty",
"@fieldEmpty": {
"description": "field empty error message"
},