From: Sarah Hoffmann Date: Mon, 30 May 2022 12:57:28 +0000 (+0200) Subject: Fix highway crossing in nominatim description terms X-Git-Tag: live~2016^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/037670ed867b96dc84e9d18b89a46a1431eab5bc?hp=-c Fix highway crossing in nominatim description terms The entry is syntactically wrong. The description terms expect a list of values for each key. Given that 'crossing' is not a main tag, the key shouldn't be featured in the list at all. I've added highway=crossing instead. --- 037670ed867b96dc84e9d18b89a46a1431eab5bc diff --git a/config/locales/en.yml b/config/locales/en.yml index 0aa0ad555..7bcaf4f44 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -822,7 +822,6 @@ en: window_construction: "Window Construction" winery: "Winery" "yes": "Craft Shop" - crossing: "Crossing" emergency: access_point: "Access Point" ambulance_station: "Ambulance Station" @@ -843,6 +842,7 @@ en: bus_stop: "Bus Stop" construction: "Highway under Construction" corridor: "Corridor" + crossing: "Crossing" cycleway: "Cycle Path" elevator: "Elevator" emergency_access_point: "Emergency Access Point"