From 2339038885d6887fd3dba70bd0d201a3deb26a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Wed, 15 Aug 2018 21:37:20 +0200 Subject: [PATCH] Merge translations into categories (fr) --- mtb-routes.json | 3 ++- outdoor.json | 3 ++- pt.json | 4 ++-- railway-routes.json | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/mtb-routes.json b/mtb-routes.json index 9793a62..f0871f5 100644 --- a/mtb-routes.json +++ b/mtb-routes.json @@ -1,7 +1,8 @@ { "type": "overpass", "name": { - "en": "Mountain bike routes" + "en": "Mountain bike routes", + "fr": "Itinéraires de VTT" }, "query": { "13": "relation[type=route][route=mtb]" diff --git a/outdoor.json b/outdoor.json index eee4aca..9216ef0 100644 --- a/outdoor.json +++ b/outdoor.json @@ -2,7 +2,8 @@ "type": "index", "name": { "de": "Freiluftaktivitäten", - "en": "Outdoor activities" + "en": "Outdoor activities", + "fr": "Activités de plein air" }, "subCategories": [ { diff --git a/pt.json b/pt.json index cfcca14..3693d84 100644 --- a/pt.json +++ b/pt.json @@ -1,8 +1,8 @@ { "type": "overpass", "name": { - "en": "Public transport map", - "de": "ÖV Karte" + "de": "ÖV Karte", + "en": "Public transport map" }, "query": { "12": "relation[type=route][route~\"^(subway|monorail|ferry|train)$\"];", diff --git a/railway-routes.json b/railway-routes.json index ba5c66f..32aae7e 100644 --- a/railway-routes.json +++ b/railway-routes.json @@ -1,7 +1,8 @@ { "type": "overpass", "name": { - "en": "Railway Routes" + "en": "Railway Routes", + "fr": "Lignes ferroviaires" }, "query": { "12": "relation[type=route][route=railway]"