Skip to content

Commit e26aaa9

Browse files
fix(ua): Kyiv - not Kiev
1 parent bd07715 commit e26aaa9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/authors.rst

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Authors
4343
* Diederik van der Boor
4444
* d.merc
4545
* Dmitry Dygalo
46+
* Dmytro Litvinov
4647
* Dominick Rivard
4748
* Douglas Miranda
4849
* Elliott Fawcett

docs/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Modifications to existing flavors:
1616

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

2021
Other changes:
2122

localflavor/ua/ua_regions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
('UA-65', _('Kherson Oblast')),
1414
('UA-68', _('Khmelnytskyi Oblast')),
1515
('UA-35', _('Kirovohrad Oblast')),
16-
('UA-32', _('Kiev Oblast')),
16+
('UA-32', _('Kyiv Oblast')),
1717
('UA-09', _('Luhansk Oblast')),
1818
('UA-46', _('Lviv Oblast')),
1919
('UA-48', _('Mykolaiv Oblast')),
@@ -28,6 +28,6 @@
2828
('UA-23', _('Zaporizhia Oblast')),
2929
('UA-18', _('Zhytomyr Oblast')),
3030
('UA-43', _('Autonomous Republic of Crimea')),
31-
('UA-30', _('Kiev')),
31+
('UA-30', _('Kyiv')),
3232
('UA-40', _('Sevastopol'))
3333
)

0 commit comments

Comments
 (0)