feat: location selector in route UI
Some checks failed
TrafficCue CI / check (push) Failing after 47s
TrafficCue CI / build (push) Failing after 41s

This commit is contained in:
Cfp
2025-08-21 15:45:16 +02:00
parent 15e88979d5
commit 03b129f947
5 changed files with 175 additions and 74 deletions

View File

@ -130,5 +130,11 @@
"choose-lang": "Wählen Sie Ihre Sprache",
"first-vehicle": "Erstellen wir Ihr erstes Fahrzeug."
}
}
},
"location-selector": {
"current": "Mein Standort",
"searching": "Suchen...",
"no-results": "Keine Orte gefunden."
},
"unsave": "Löschen"
}

View File

@ -132,5 +132,10 @@
"first-vehicle": "Let's create your first vehicle."
}
},
"unsave": "Unsave"
"unsave": "Unsave",
"location-selector": {
"current": "Current Location",
"searching": "Searching...",
"no-results": "No locations found."
}
}