From dc3da722e5192d6537e1bab6ecde1f335bc8e8b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 26 Jun 2009 18:32:38 +0000 Subject: [PATCH] Use the .to_sentence feature for the English map key. The entries will come out as e.g. 'Light rail and tram' instead of 'Light rail; tram'. If you hate this then just revert it --- config/locales/en.yml | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 940b57fbe..77cc72812 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -585,10 +585,18 @@ en: footway: "Footway" rail: "Railway" subway: "Subway" - tram: "Light rail; tram" - cable: "Cable car; chair lift" - runway: "Airport Runway; taxiway" - apron: "Airport apron; terminal" + tram: + - Light rail + - tram + cable: + - Cable car + - chair lift + runway: + - Airport Runway + - taxiway + apron: + - Airport apron + - terminal admin: "Administrative boundary" forest: "Forest" wood: "Wood" @@ -596,12 +604,16 @@ en: park: "Park" resident: "Residential area" tourist: "Tourist attraction" - common: "Common; meadow" + common: + - Common + - meadow retail: "Retail area" industrial: "Industrial area" commercial: "Commercial area" heathland: "Heathland" - lake: "Lake; reservoir" + lake: + - Lake + - reservoir farm: "Farm" brownfield: "Brownfield site" cemetery: "Cemetery" @@ -613,7 +625,9 @@ en: school: "School; university" building: "Significant building" station: "Railway station" - summit: "Summit; peak" + summit: + - Summit + - peak tunnel: "Dashed casing = tunnel" bridge: "Black casing = bridge" private: "Private access" -- 2.45.1