From e26aaa9d154b4719807bd17fda251ea1fbbc1e56 Mon Sep 17 00:00:00 2001 From: Dmytro Litvinov Date: Sat, 8 Jun 2024 23:10:08 +0300 Subject: [PATCH] fix(ua): Kyiv - not Kiev --- docs/authors.rst | 1 + docs/changelog.rst | 1 + localflavor/ua/ua_regions.py | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/authors.rst b/docs/authors.rst index 026839e00..4e41ef554 100644 --- a/docs/authors.rst +++ b/docs/authors.rst @@ -43,6 +43,7 @@ Authors * Diederik van der Boor * d.merc * Dmitry Dygalo +* Dmytro Litvinov * Dominick Rivard * Douglas Miranda * Elliott Fawcett diff --git a/docs/changelog.rst b/docs/changelog.rst index cb0c49375..642acdd8a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,6 +16,7 @@ Modifications to existing flavors: - Fix Belarus passport field description punctuation (`gh-484 `_). +- Change `Kiev` to `Kyiv` πŸ‡ΊπŸ‡¦ according to ISO_3166-2:UA Other changes: diff --git a/localflavor/ua/ua_regions.py b/localflavor/ua/ua_regions.py index 3594f6f06..17c68137b 100644 --- a/localflavor/ua/ua_regions.py +++ b/localflavor/ua/ua_regions.py @@ -13,7 +13,7 @@ ('UA-65', _('Kherson Oblast')), ('UA-68', _('Khmelnytskyi Oblast')), ('UA-35', _('Kirovohrad Oblast')), - ('UA-32', _('Kiev Oblast')), + ('UA-32', _('Kyiv Oblast')), ('UA-09', _('Luhansk Oblast')), ('UA-46', _('Lviv Oblast')), ('UA-48', _('Mykolaiv Oblast')), @@ -28,6 +28,6 @@ ('UA-23', _('Zaporizhia Oblast')), ('UA-18', _('Zhytomyr Oblast')), ('UA-43', _('Autonomous Republic of Crimea')), - ('UA-30', _('Kiev')), + ('UA-30', _('Kyiv')), ('UA-40', _('Sevastopol')) )