mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
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:
parent
25d53f15b8
commit
dd5fd20cf9
@ -132,8 +132,8 @@ export default [
|
||||
label: '(GMT +2:00) Harare'
|
||||
},
|
||||
{
|
||||
name: 'Europe/Kiev',
|
||||
label: '(GMT +2:00) Helsinki, Kiev, Riga, Sofia, Tallinn, Vilnius'
|
||||
name: 'Europe/Kyiv',
|
||||
label: '(GMT +2:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius'
|
||||
},
|
||||
{
|
||||
name: 'Asia/Jerusalem',
|
||||
|
@ -53,7 +53,7 @@
|
||||
"@tryghost/nql": "0.11.0",
|
||||
"@tryghost/nql-lang": "0.5.0",
|
||||
"@tryghost/string": "0.2.4",
|
||||
"@tryghost/timezone-data": "0.2.76",
|
||||
"@tryghost/timezone-data": "0.3.0",
|
||||
"autoprefixer": "9.8.6",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-plugin-transform-class-properties": "6.24.1",
|
||||
|
@ -6085,10 +6085,10 @@
|
||||
dependencies:
|
||||
unidecode "^0.1.8"
|
||||
|
||||
"@tryghost/timezone-data@0.2.76":
|
||||
version "0.2.76"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.2.76.tgz#1dc3d5be5c4e356480fc82d0a1d5838a795fe1d8"
|
||||
integrity sha512-7HkGE+bWsKORhMw5kE1Tjp4WxWA3JZ1RVZ6FVWDmje2MD5WrbUrP1RBJ9dWneTCpO4DvQJDWx7AQkYBrYgc+uA==
|
||||
"@tryghost/timezone-data@0.3.0":
|
||||
version "0.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/timezone-data/-/timezone-data-0.3.0.tgz#5b0940a370a22a0fa3bdf506850dabbc6af574fa"
|
||||
integrity sha512-3vdaEugCY7cTOlo8TuEYTXnXJa1CeNKJ34EU9uJPxWfUsd0BwaSN0hNcXLHhKxnPQnnJkSjradkXSvTfUsYZiA==
|
||||
|
||||
"@tryghost/tpl@0.1.24", "@tryghost/tpl@^0.1.24":
|
||||
version "0.1.24"
|
||||
|
Loading…
Reference in New Issue
Block a user