This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [COMMITTED PATCH 1/2] tt_RU: Fix orthographic mistakes in mon and abmon sections [BZ #24369]


Guys, what do you think about backporting this patch to some stable
branches?  2.29?  2.28?  Other?  The fix seems important to me because
according to my knowledge the old month names were not Tatar at all
but Russian and in genitive case (a concept totally unknown in Tatar).

Carlos?  Mike?

Here is a decoded version of the patch:

---
 localedata/locales/tt_RU | 48 ++++++++++++++++++++--------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU
index f6b570d53c..b0254baf17 100644
--- a/localedata/locales/tt_RU
+++ b/localedata/locales/tt_RU
@@ -206,30 +206,30 @@ abday   "якш";/
         "пәнҗ";/
         "җом";/
         "шим"
-mon     "Января";/
-        "Февраля";/
-        "Марта";/
-        "Апреля";/
-        "Мая";/
-        "Июня";/
-        "Июля";/
-        "Августа";/
-        "Сентября";/
-        "Октября";/
-        "Ноября";/
-        "Декабря"
-abmon   "Янв";/
-        "Фев";/
-        "Мар";/
-        "Апр";/
-        "Май";/
-        "Июн";/
-        "Июл";/
-        "Авг";/
-        "Сен";/
-        "Окт";/
-        "Ноя";/
-        "Дек"
+mon     "гыйнвар";/
+        "февраль";/
+        "март";/
+        "апрель";/
+        "май";/
+        "июнь";/
+        "июль";/
+        "август";/
+        "сентябрь";/
+        "октябрь";/
+        "ноябрь";/
+        "декабрь"
+abmon   "гыйн";/
+        "фев";/
+        "мар";/
+        "апр";/
+        "май";/
+        "июнь";/
+        "июль";/
+        "авг";/
+        "сент";/
+        "окт";/
+        "нояб";/
+        "дек"
 d_t_fmt "%a %d %b %Y %T"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
-- 


Regards,

Rafal


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]