Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/SLE-15-SP6' into huha-kyiv-master
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Jun 6, 2024
2 parents 079c4ed + 8c09621 commit 804f48e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion language/src/data/languages/language_uk_UA.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
_("Ukrainian")
],
// 2. what time zone propose for this language
"timezone" : "Europe/Kiev",
"timezone" : "Europe/Kyiv",
// 3. which keyboard layout propose for this language
"keyboard" : "ukrainian",
];
Expand Down
7 changes: 7 additions & 0 deletions package/yast2-country.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 16 20:41:25 UTC 2024 - jjindrak@suse.com

- Rename Europe/Kiev to Europe/Kyiv as per 2022b release of
tz code and data by ICANN (bsc#1224387)
- 5.0.3

-------------------------------------------------------------------
Tue Oct 24 11:54:32 UTC 2023 - Martin Vidner <mvidner@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-country.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-country
Version: 5.0.2
Version: 5.0.3
Release: 0
Summary: YaST2 - Country Settings (Language, Keyboard, and Timezone)
License: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion timezone/src/data/lang2tz.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $[

"ru" : "Europe/Moscow",
"ru_RU.KOI8-R" : "Europe/Moscow",
"ru_UA" : "Europe/Kiev",
"ru_UA" : "Europe/Kyiv",

"sr_YU" : "Europe/Belgrade",

Expand Down
2 changes: 1 addition & 1 deletion timezone/src/data/timezone_raw.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $[
// time zone
"Europe/Kaliningrad" : _("Russia (Kaliningrad)"),
// time zone
"Europe/Kiev" : _("Ukraine (Kiev)"),
"Europe/Kyiv" : _("Ukraine (Kyiv)"),
"Europe/Lisbon" : _("Portugal"),
"Europe/Ljubljana" : _("Slovenia"),
"Europe/London" : _("United Kingdom"),
Expand Down

0 comments on commit 804f48e

Please sign in to comment.