From 7f8ad9c148bae83fb3a33f12359faa06c7f7c03f Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Mon, 25 Mar 2024 11:55:11 +0200 Subject: [PATCH 1/2] Fix to drop old word-around in `make_date` --- web-lib-funcs.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl index 3a664ef0f..8e8a3cf0a 100755 --- a/web-lib-funcs.pl +++ b/web-lib-funcs.pl @@ -2259,9 +2259,6 @@ if (!$@ && $] > 5.011) { my $date_format_time = DateTime->from_epoch(locale => $locale_name_loaded, epoch => $secs, time_zone => $tz)->strftime($locale_format_time); $date_format_time = $date_format_time; $date_format_time =~ s/(\d+):(\d+):(\d+)(.*?)/$1:$2$4/; - if ($main::webmin_script_type eq 'web') { - $date_format_time =~ s/\s/ /g; - } return "$date_format_short $date_format_time"; } } From 28af4c4991a848ccd8afc007509d77e1837d8cec Mon Sep 17 00:00:00 2001 From: samgak Date: Fri, 29 Mar 2024 00:23:59 +0900 Subject: [PATCH 2/2] Units like GiB do not need to be translated because they are used the same way in Korean. This appears to be a clear mistranslation. --- lang/ko.auto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ko.auto b/lang/ko.auto index 91d820880..e6b625c67 100644 --- a/lang/ko.auto +++ b/lang/ko.auto @@ -73,10 +73,10 @@ log_email_remote=고객 주소 : $1 nice_size_PB=PB nice_size_PiB=PiB -nice_size_TB=결핵 +nice_size_TB=TB nice_size_TiB=TiB nice_size_GB=GB -nice_size_GiB=수코양이 +nice_size_GiB=GiB nice_size_MB=MB nice_size_MiB=MiB nice_size_kB=kB