feat(routing): detect TTS language from valhalla trip

This commit is contained in:
2025-10-02 21:41:03 +02:00
parent 26b1fbc60c
commit 920681f68c
4 changed files with 27 additions and 7 deletions

View File

@ -160,5 +160,9 @@
"poi": {
"fuel": "Tankstelle",
"parking": "Parken"
},
"routing": {
"off-route": "Sie sind von der Route abgekommen",
"back-on-route": "Sie sind wieder auf der Route"
}
}

View File

@ -160,5 +160,9 @@
"poi": {
"fuel": "Fuel Station",
"parking": "Parking"
},
"routing": {
"off-route": "You went off route",
"back-on-route": "You are back on route"
}
}