Skip to content

Commit

Permalink
fix(ua): Kyiv - not Kiev
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroLitvinov authored and claudep committed Jun 15, 2024
1 parent bd07715 commit 1f13beb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Authors
* Diederik van der Boor
* d.merc
* Dmitry Dygalo
* Dmytro Litvinov
* Dominick Rivard
* Douglas Miranda
* Elliott Fawcett
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Modifications to existing flavors:

- Fix Belarus passport field description punctuation
(`gh-484 <https://github.com/django/django-localflavor/pull/484>`_).
- Change `Kiev` to `Kyiv` 🇺🇦 according to ISO_3166-2:UA

Other changes:

Expand Down
4 changes: 2 additions & 2 deletions localflavor/ua/ua_regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')),
Expand All @@ -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'))
)

0 comments on commit 1f13beb

Please sign in to comment.