From: Frederik Ramm Date: Wed, 18 May 2022 13:46:24 +0000 (+0200) Subject: Add "garden" to map key X-Git-Tag: live~1722^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/437f0cd3ff44449eb3de4d3e81a89fd7296ebb8e Add "garden" to map key Make map key list "common, meadow, garden" instead of just "common, meadow". This is in response to a DWG ticket ( #2022051810000111) where a resident complained that their private garden was "listed as 'common, meadow' " in OSM because they consulted the map key. Listing "garden" along these should clear up that misunderstanding. --- diff --git a/config/locales/en.yml b/config/locales/en.yml index c3e048f83..0aa0ad555 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2195,6 +2195,7 @@ en: common: - Common - meadow + - garden retail: "Retail area" industrial: "Industrial area" commercial: "Commercial area"