From c7ce666075b2b8f4007003880acb60c2a561b0fb Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Mon, 17 Dec 2018 08:33:00 +0100 Subject: [PATCH] Added translations --- cyclePathsG11.json | 3 ++- cyclePathsG12a.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cyclePathsG11.json b/cyclePathsG11.json index 7dc82e7..22a106c 100644 --- a/cyclePathsG11.json +++ b/cyclePathsG11.json @@ -1,7 +1,8 @@ { "type": "overpass", "name": { - "en": "G11 Cycleway" + "en": "Obligatory Cycleway (G11)", + "nl": "Verplicht Fietspad (G11)" }, "query": { "14": "way[\"highway\"=\"cycleway\"][\"traffic_sign\"=\"NL:G11\"];" diff --git a/cyclePathsG12a.json b/cyclePathsG12a.json index 1b40092..e362db7 100644 --- a/cyclePathsG12a.json +++ b/cyclePathsG12a.json @@ -1,7 +1,8 @@ { "type": "overpass", "name": { - "en": "G12a Cycleway" + "en": "Compulsory (Moped) Cycleway (G12a)" + "nl": "Verplicht Bromfietspad (G12a)"; }, "query": { "14": "way[\"highway\"=\"cycleway\"][\"traffic_sign\"=\"NL:G12a\"];"