Skip to content

Commit 8e1168f

Browse files
committed
Fixed spelling of Ukrainian capital city Kyiv
refs TryGhost/Ghost#16603 - Kyiv is a correct way to spell the capital city of Ukraine. The "Kiev" spelling of the name is incorrect russian way.
1 parent aecb9af commit 8e1168f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/timezone-data/lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ export default [
132132
label: '(GMT +2:00) Harare'
133133
},
134134
{
135-
name: 'Europe/Kiev',
136-
label: '(GMT +2:00) Helsinki, Kiev, Riga, Sofia, Tallinn, Vilnius'
135+
name: 'Europe/Kyiv',
136+
label: '(GMT +2:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius'
137137
},
138138
{
139139
name: 'Asia/Jerusalem',

0 commit comments

Comments
 (0)