localedata: fix weekdays in mdf_RU locale

From Кирилл Изместьев <izmestevks@basealt.ru>,
see: https://sourceware.org/bugzilla/show_bug.cgi?id=31530#c6
and the following comments.
This commit is contained in:
Mike FABIAN 2024-05-08 09:43:17 +02:00
parent 79fe4a0fa0
commit 88dca8d5f8

View File

@ -113,22 +113,23 @@ END LC_NUMERIC
LC_TIME
% day - The full names of the week days:
% https://sourceware.org/bugzilla/show_bug.cgi?id=31530#c6
% https://en.wiktionary.org/wiki/Appendix:Days_of_the_week
day "таргоши";/
"одговши";/
"шавши";/
"вержи";/
"шуваланя";/
"цилеши";/
"ёткши"
day "Недляши";/
"Атяньжи";/
"Шавши";/
"Вержи";/
"Шуваланя";/
"Пяденця";/
"Ёткши"
% abday - The abbreviations for the week days:
abday "тар";/
"одг";/
"шав";/
"вер";/
"шув";/
"цил";/
"ётк"
abday "Нед";/
"Атя";/
"Шав";/
"Вер";/
"Шув";/
"Пяд";/
"Ётк"
mon "январь";/
"февраль";/
"март";/