public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] localedata: fix weekdays in mdf_RU locale
@ 2024-05-08 12:29 Mike Fabian
  0 siblings, 0 replies; only message in thread
From: Mike Fabian @ 2024-05-08 12:29 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=88dca8d5f85c6ad77f6d754f95cc54e9b905747f

commit 88dca8d5f85c6ad77f6d754f95cc54e9b905747f
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Wed May 8 09:43:17 2024 +0200

    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.

Diff:
---
 localedata/locales/mdf_RU | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/localedata/locales/mdf_RU b/localedata/locales/mdf_RU
index a381949121..af7bdc1f46 100644
--- a/localedata/locales/mdf_RU
+++ b/localedata/locales/mdf_RU
@@ -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     "январь";/
         "февраль";/
         "март";/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-08 12:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-08 12:29 [glibc] localedata: fix weekdays in mdf_RU locale Mike Fabian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).