From f6bbde656fe8fa66c088790fc96c115a4def3b58 Mon Sep 17 00:00:00 2001 From: Eugene Popov Date: Fri, 5 Feb 2021 14:35:24 +0000 Subject: [PATCH] Use native names for Ukrainian cities This patch updates the names of Ukrainian cities according to the Ukrainian-language transliterations for Ukrainian place names. BUG: 432503 --- src/kdecore/TIMEZONES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kdecore/TIMEZONES b/src/kdecore/TIMEZONES index a4fdc9ae..96e5e0ab 100644 --- a/src/kdecore/TIMEZONES +++ b/src/kdecore/TIMEZONES @@ -1165,7 +1165,7 @@ i18n("Europe/Kaliningrad"); i18n("Moscow-01 - Kaliningrad"); // i18n: comment to the previous timezone i18n("MSK-01 - Kaliningrad"); -i18n("Europe/Kiev"); +i18n("Europe/Kyiv"); // i18n: comment to the previous timezone i18n("most locations"); // i18n: comment to the previous timezone @@ -1227,7 +1227,7 @@ i18n("Europe/Tiraspol"); i18n("Europe/Ulyanovsk"); // i18n: comment to the previous timezone i18n("MSK+01 - Ulyanovsk"); -i18n("Europe/Uzhgorod"); +i18n("Europe/Uzhhorod"); // i18n: comment to the previous timezone i18n("Ruthenia"); // i18n: comment to the previous timezone @@ -1243,7 +1243,7 @@ i18n("Moscow+00 - Caspian Sea"); i18n("MSK+00 - Volgograd"); i18n("Europe/Warsaw"); i18n("Europe/Zagreb"); -i18n("Europe/Zaporozhye"); +i18n("Europe/Zaporizhzhia"); // i18n: comment to the previous timezone i18n("Zaporozh'ye, E Lugansk / Zaporizhia, E Luhansk"); // i18n: comment to the previous timezone -- GitLab