MDL-75641 core_lang: Add string for new Europe/Kyiv timezone
commitb5c7390477dc6f8d9b4d737a76dc5e743db01cca
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sat, 3 Sep 2022 07:40:54 +0000 (3 09:40 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 4 Sep 2022 08:11:59 +0000 (4 10:11 +0200)
tree683c17b176d4d73a874d275f735971b793532938
parenta7514f231ddfc3d1a1fdc32851fe535b9cc9b63c
MDL-75641 core_lang: Add string for new Europe/Kyiv timezone

With IANA TZDB (timezone database) release 2022b, Europe/Kiev
has been renamed to Europe/Kyiv. So we need to add this string
to our list to keep tests passing.

Note that the old Europe/Kiev continues working (is an alias) and,
also, there are places in core where we are using it. Just we cannot
remove/replace those uses in core until we ensure that everybody is
using PHP 8.0.23 (TZDB 2022b) or more recent versions. Hence,
not changing those uses now.
lang/en/timezones.php