From fcc902b3f9c94c5f5aeba0d62bb336c8b2347701 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Mon, 8 Jun 2020 10:58:52 +0200 Subject: [PATCH] Update en.json by i18next i18next removed new dynamic keys under "sidebar.analysis.data" by PR #304, leaving them off for now; the rest is resorting --- locales/en.json | 40 ++++++++++++++-------------------------- 1 file changed, 14 insertions(+), 26 deletions(-) diff --git a/locales/en.json b/locales/en.json index 85068c0..e5fce9e 100644 --- a/locales/en.json +++ b/locales/en.json @@ -170,6 +170,20 @@ } }, "sidebar": { + "analysis": { + "header": { + "highway": "Highway", + "smoothness": "Smoothness", + "surface": "Surface" + }, + "table": { + "category": "Category", + "length": "Length", + "total_known": "Total Known:", + "unknown": "Unknown" + }, + "title": "Analysis" + }, "customize-profile": { "title": "Customize profile" }, @@ -180,32 +194,6 @@ "itinerary": { "title": "Itinerary" }, - "analysis": { - "title": "Analysis", - "header": { - "highway": "Highway", - "surface": "Surface", - "smoothness": "Smoothness" - }, - "table": { - "category": "Category", - "length": "Length", - "total_known": "Total Known:", - "unknown": "Unknown" - }, - "data": { - "highway": { - "living_street": "Living Street" - }, - "surface": { - "fine_gravel": "Fine Gravel", - "paving_stones": "Paving Stones" - }, - "smoothness": { - "very_bad": "Very Bad" - } - } - }, "layers": { "category": { "base-layers": "Base layers",