feat: location selector in route UI
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
||||
@ -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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user