From 6f4e9a1d11d9212525f5971f2d07ffc2afb71a56 Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Mon, 16 Apr 2012 18:57:21 +0200 Subject: [PATCH] added explanation to driving instruction localization --- WebContent/localization/OSRM.Locale.de.js | 2 ++ WebContent/localization/OSRM.Locale.en.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/WebContent/localization/OSRM.Locale.de.js b/WebContent/localization/OSRM.Locale.de.js index 161fa9299..cef17bd45 100644 --- a/WebContent/localization/OSRM.Locale.de.js +++ b/WebContent/localization/OSRM.Locale.de.js @@ -60,6 +60,8 @@ OSRM.Localization["de"] = { "SW": "Südwest", "NW": "Nordwest", // driving directions +// %s: road name +// [*]: will only be printed when there actually is a road name "DIRECTION_0":"Unbekannte Anweisung[ auf %s]", "DIRECTION_1":"Geradeaus weiterfahren[ auf %s]", "DIRECTION_2":"Leicht rechts abbiegen[ auf %s]", diff --git a/WebContent/localization/OSRM.Locale.en.js b/WebContent/localization/OSRM.Locale.en.js index a67d5bbf1..a65870423 100644 --- a/WebContent/localization/OSRM.Locale.en.js +++ b/WebContent/localization/OSRM.Locale.en.js @@ -60,6 +60,8 @@ OSRM.Localization["en"] = { "SW": "southwest", "NW": "northwest", // driving directions +// %s: road name +// [*]: will only be printed when there actually is a road name "DIRECTION_0":"Unknown instruction[ on %s]", "DIRECTION_1":"Continue[ on %s]", "DIRECTION_2":"Turn slight right[ on %s]",