From 23ec539da090c8bc9c961f876273d83575f02f35 Mon Sep 17 00:00:00 2001 From: Jason Barnabe Date: Mon, 22 Feb 2021 14:09:54 -0600 Subject: [PATCH 1/2] Fix Bermuda subdivision names - Devenshire -> Devonshire - Saint George's -> St. George's - Smiths -> Smith's Per https://web.archive.org/web/20200715222940/https://www.gov.bm/sites/default/files/2016%20Census%20Report.pdf --- locale/overlay/en/world/bm.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locale/overlay/en/world/bm.yml b/locale/overlay/en/world/bm.yml index d5225e10..8c77f9bd 100644 --- a/locale/overlay/en/world/bm.yml +++ b/locale/overlay/en/world/bm.yml @@ -3,7 +3,7 @@ en: world: bm: dev: - name: Devenshire + name: Devonshire ham: name: Hamilton pag: @@ -11,11 +11,11 @@ en: pem: name: Pembroke sge: - name: Saint George's + name: St. George's san: name: Sandys smi: - name: Smiths + name: Smith's sou: name: Southampton war: From 9895c9e033a0dacb298911a8d3ca3274e2017324 Mon Sep 17 00:00:00 2001 From: Jason Barnabe Date: Mon, 22 Feb 2021 14:14:04 -0600 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf5dfb88..47322862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ to sync with the ISO repository. Includes changes for BY, CN, GM, IN, KE, MA, MK, MZ, NO, SS, and ZA ([@swcraig](https://github.com/swcraig)), [@JasonBarnabe](https://github.com/JasonBarnabe)) * [#282](https://github.com/carmen-ruby/carmen/pull/282) 2020 Norway subregion updates ([@JasonBarnabe](https://github.com/JasonBarnabe)) +* [#290](https://github.com/carmen-ruby/carmen/pull/290) Correct names of subdivisions of Bermuda ([@JasonBarnabe](https://github.com/JasonBarnabe)) ### 1.1.2 (May 2, 2019)