mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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:
parent
79fe4a0fa0
commit
88dca8d5f8
1 changed files with 15 additions and 14 deletions
|
@ -113,22 +113,23 @@ END LC_NUMERIC
|
||||||
|
|
||||||
LC_TIME
|
LC_TIME
|
||||||
% day - The full names of the week days:
|
% 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
|
% https://en.wiktionary.org/wiki/Appendix:Days_of_the_week
|
||||||
day "таргоши";/
|
day "Недляши";/
|
||||||
"одговши";/
|
"Атяньжи";/
|
||||||
"шавши";/
|
"Шавши";/
|
||||||
"вержи";/
|
"Вержи";/
|
||||||
"шуваланя";/
|
"Шуваланя";/
|
||||||
"цилеши";/
|
"Пяденця";/
|
||||||
"ёткши"
|
"Ёткши"
|
||||||
% abday - The abbreviations for the week days:
|
% abday - The abbreviations for the week days:
|
||||||
abday "тар";/
|
abday "Нед";/
|
||||||
"одг";/
|
"Атя";/
|
||||||
"шав";/
|
"Шав";/
|
||||||
"вер";/
|
"Вер";/
|
||||||
"шув";/
|
"Шув";/
|
||||||
"цил";/
|
"Пяд";/
|
||||||
"ётк"
|
"Ётк"
|
||||||
mon "январь";/
|
mon "январь";/
|
||||||
"февраль";/
|
"февраль";/
|
||||||
"март";/
|
"март";/
|
||||||
|
|
Loading…
Add table
Reference in a new issue