fixed error with translation of east to German
This commit is contained in:
parent
5c4488d350
commit
253b591a87
@ -52,7 +52,7 @@ OSRM.Localization["de"] = {
|
|||||||
"NO_ROUTE_FOUND": "Keine Route hierher möglich",
|
"NO_ROUTE_FOUND": "Keine Route hierher möglich",
|
||||||
// directions
|
// directions
|
||||||
"N": "Norden",
|
"N": "Norden",
|
||||||
"O": "Ost",
|
"E": "Ost",
|
||||||
"S": "Süden",
|
"S": "Süden",
|
||||||
"W": "Westen",
|
"W": "Westen",
|
||||||
"NE": "Nordost",
|
"NE": "Nordost",
|
||||||
|
Loading…
Reference in New Issue
Block a user