added explanation to driving instruction localization
This commit is contained in:
parent
3610e21854
commit
6f4e9a1d11
@ -60,6 +60,8 @@ OSRM.Localization["de"] = {
|
|||||||
"SW": "Südwest",
|
"SW": "Südwest",
|
||||||
"NW": "Nordwest",
|
"NW": "Nordwest",
|
||||||
// driving directions
|
// driving directions
|
||||||
|
// %s: road name
|
||||||
|
// [*]: will only be printed when there actually is a road name
|
||||||
"DIRECTION_0":"Unbekannte Anweisung[ auf <b>%s</b>]",
|
"DIRECTION_0":"Unbekannte Anweisung[ auf <b>%s</b>]",
|
||||||
"DIRECTION_1":"Geradeaus weiterfahren[ auf <b>%s</b>]",
|
"DIRECTION_1":"Geradeaus weiterfahren[ auf <b>%s</b>]",
|
||||||
"DIRECTION_2":"Leicht rechts abbiegen[ auf <b>%s</b>]",
|
"DIRECTION_2":"Leicht rechts abbiegen[ auf <b>%s</b>]",
|
||||||
|
@ -60,6 +60,8 @@ OSRM.Localization["en"] = {
|
|||||||
"SW": "southwest",
|
"SW": "southwest",
|
||||||
"NW": "northwest",
|
"NW": "northwest",
|
||||||
// driving directions
|
// driving directions
|
||||||
|
// %s: road name
|
||||||
|
// [*]: will only be printed when there actually is a road name
|
||||||
"DIRECTION_0":"Unknown instruction[ on <b>%s</b>]",
|
"DIRECTION_0":"Unknown instruction[ on <b>%s</b>]",
|
||||||
"DIRECTION_1":"Continue[ on <b>%s</b>]",
|
"DIRECTION_1":"Continue[ on <b>%s</b>]",
|
||||||
"DIRECTION_2":"Turn slight right[ on <b>%s</b>]",
|
"DIRECTION_2":"Turn slight right[ on <b>%s</b>]",
|
||||||
|
Loading…
Reference in New Issue
Block a user