Moodle 4.1 incorrect name of months in Russian

Moodle 4.1 incorrect name of months in Russian

Дмитрий Курбатов -
Atsakymų skaičius: 3

Hi, Moodle team!

After updating to the current version 4.1, from 4.0.4 the names of the months for the Russian language are displayed incorrectly.

Everything is correct for other languages: English, Uzbek.

My configuration:
Windows Server 2012 R2 Russian Edition
PHP 7.4
Oracle Database Server 19.16

Maybe someone already faced a similar problem and have a solution or a workaround?

Thanks in advance for any assistance...

Priedas About User_en.PNG
Priedas About User_ru.PNG
Įvertinimų vidurkis: -
Atsakymas į Дмитрий Курбатов

Moodle 4.1 incorrect name of months in Russian

Paul Holden -
Core developers paveikslėlis Moodle HQ paveikslėlis Moodle Workplace team paveikslėlis Particularly helpful Moodlers paveikslėlis Peer reviewers paveikslėlis Plugin developers paveikslėlis Testers paveikslėlis
Hi Dmitry,

Looks like you already found the relevant issue: MDL-76537
Atsakymas į Paul Holden

Re: Moodle 4.1 incorrect name of months in Russian

Дмитрий Курбатов -
Hi. Paul,

Quite right! I already added my post there.

Nevertheless, I considered it possible to post a message about this problem here, so that it would be resolved as soon as possible.

Thank you for your reaction...
Atsakymas į Дмитрий Курбатов

Re: Moodle 4.1 incorrect name of months in Russian

Дмитрий Курбатов -
Many thanks to Vitaly from the Russian-speaking segment of the forum
(see  here)

The defect was self-resolved after making the following changes to moodle/lib/moodlelib.php:

/*
if ($localewincharset) {
$datestring = core_text::convert($datestring, $localewincharset, 'utf-8');
}
*/

P.S. I previously posted a fix request for MDL-76598, but I hope that the Moodle developers will fix this defect as soon as possible.