Renamed Kiev to Kyiv in site timezone select (#16619)

closes https://github.com/TryGhost/Ghost/issues/16603

- Updates the timezone data used by Ghost to the latest version, which fixes the spelling of Kyiv in the timezone select.
This commit is contained in:
Jonathan Noack 2023-04-12 17:54:13 +02:00 committed by GitHub
parent 25d53f15b8
commit dd5fd20cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -132,8 +132,8 @@ export default [
label: '(GMT +2:00) Harare' label: '(GMT +2:00) Harare'
}, },
{ {
name: 'Europe/Kiev', name: 'Europe/Kyiv',
label: '(GMT +2:00) Helsinki, Kiev, Riga, Sofia, Tallinn, Vilnius' label: '(GMT +2:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius'
}, },
{ {
name: 'Asia/Jerusalem', name: 'Asia/Jerusalem',

View File

@ -53,7 +53,7 @@
"@tryghost/nql": "0.11.0", "@tryghost/nql": "0.11.0",
"@tryghost/nql-lang": "0.5.0", "@tryghost/nql-lang": "0.5.0",
"@tryghost/string": "0.2.4", "@tryghost/string": "0.2.4",
"@tryghost/timezone-data": "0.2.76", "@tryghost/timezone-data": "0.3.0",
"autoprefixer": "9.8.6", "autoprefixer": "9.8.6",
"babel-eslint": "10.1.0", "babel-eslint": "10.1.0",
"babel-plugin-transform-class-properties": "6.24.1", "babel-plugin-transform-class-properties": "6.24.1",

View File

@ -6085,10 +6085,10 @@
dependencies: dependencies:
unidecode "^0.1.8" unidecode "^0.1.8"
"@tryghost/timezone-data@0.2.76": "@tryghost/timezone-data@0.3.0":
version "0.2.76" version "0.3.0"
resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.2.76.tgz#1dc3d5be5c4e356480fc82d0a1d5838a795fe1d8" resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.3.0.tgz#5b0940a370a22a0fa3bdf506850dabbc6af574fa"
integrity sha512-7HkGE+bWsKORhMw5kE1Tjp4WxWA3JZ1RVZ6FVWDmje2MD5WrbUrP1RBJ9dWneTCpO4DvQJDWx7AQkYBrYgc+uA== integrity sha512-3vdaEugCY7cTOlo8TuEYTXnXJa1CeNKJ34EU9uJPxWfUsd0BwaSN0hNcXLHhKxnPQnnJkSjradkXSvTfUsYZiA==
"@tryghost/tpl@0.1.24", "@tryghost/tpl@^0.1.24": "@tryghost/tpl@0.1.24", "@tryghost/tpl@^0.1.24":
version "0.1.24" version "0.1.24"