Moodle 4.1 incorrect name of months in Russian

Moodle 4.1 incorrect name of months in Russian

Дмитрий Курбатов發表於
Number of replies: 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...

附件 About User_en.PNG
附件 About User_ru.PNG
評比平均分數: -
In reply to Дмитрий Курбатов

Moodle 4.1 incorrect name of months in Russian

Paul Holden發表於
Core developers的相片 Moodle HQ的相片 Moodle Workplace team的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片 Testers的相片
Hi Dmitry,

Looks like you already found the relevant issue: MDL-76537
In reply to 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...
評比平均分數:Useful (1)
In reply to Дмитрий Курбатов

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.

評比平均分數:Useful (1)