This is the mail archive of the glibc-cvs@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]

[glibc/zack/no-nested-includes] tt_RU: Fix orthographic mistakes in mon and abmon sections [BZ #24369]


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=182a3746b8cc28784718c8ea27346e97d1423945

commit 182a3746b8cc28784718c8ea27346e97d1423945
Author: mansayk <6688000@gmail.com>
Date:   Sat Mar 16 11:33:30 2019 +0300

    tt_RU: Fix orthographic mistakes in mon and abmon sections [BZ #24369]
    
    This commit fixes some errors and converts all month names to lowercase.
    The content is synchronized with CLDR-35.1 now but trailing dots are
    removed from abmon values in order to maintain consistency with the
    previous values and with many other locales which do the same.
    
    	[BZ #24369]
    	* localedata/locales/tt_RU (mon): Update from CLDR-35.1, fix errors.
    	(abmon): Likewise, but remove the trailing dots.

Diff:
---
 ChangeLog                |  6 ++++++
 localedata/locales/tt_RU | 48 ++++++++++++++++++++++++------------------------
 2 files changed, 30 insertions(+), 24 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6748798..05b2ae7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-05-28  mansayk  <6688000@gmail.com>
+
+	[BZ #24369]
+	* localedata/locales/tt_RU (mon): Update from CLDR-35.1, fix errors.
+	(abmon): Likewise, but remove the trailing dots.
+
 2019-05-28  Joseph Myers  <joseph@codesourcery.com>
 
 	* inet/netinet/igmp.h (IGMP_MRDISC_ADV): New macro.
diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU
index f6b570d..b0254ba 100644
--- a/localedata/locales/tt_RU
+++ b/localedata/locales/tt_RU
@@ -206,30 +206,30 @@ abday   "<U044F><U043A><U0448>";/
         "<U043F><U04D9><U043D><U0497>";/
         "<U0497><U043E><U043C>";/
         "<U0448><U0438><U043C>"
-mon     "<U042F><U043D><U0432><U0430><U0440><U044F>";/
-        "<U0424><U0435><U0432><U0440><U0430><U043B><U044F>";/
-        "<U041C><U0430><U0440><U0442><U0430>";/
-        "<U0410><U043F><U0440><U0435><U043B><U044F>";/
-        "<U041C><U0430><U044F>";/
-        "<U0418><U044E><U043D><U044F>";/
-        "<U0418><U044E><U043B><U044F>";/
-        "<U0410><U0432><U0433><U0443><U0441><U0442><U0430>";/
-        "<U0421><U0435><U043D><U0442><U044F><U0431><U0440><U044F>";/
-        "<U041E><U043A><U0442><U044F><U0431><U0440><U044F>";/
-        "<U041D><U043E><U044F><U0431><U0440><U044F>";/
-        "<U0414><U0435><U043A><U0430><U0431><U0440><U044F>"
-abmon   "<U042F><U043D><U0432>";/
-        "<U0424><U0435><U0432>";/
-        "<U041C><U0430><U0440>";/
-        "<U0410><U043F><U0440>";/
-        "<U041C><U0430><U0439>";/
-        "<U0418><U044E><U043D>";/
-        "<U0418><U044E><U043B>";/
-        "<U0410><U0432><U0433>";/
-        "<U0421><U0435><U043D>";/
-        "<U041E><U043A><U0442>";/
-        "<U041D><U043E><U044F>";/
-        "<U0414><U0435><U043A>"
+mon     "<U0433><U044B><U0439><U043D><U0432><U0430><U0440>";/
+        "<U0444><U0435><U0432><U0440><U0430><U043B><U044C>";/
+        "<U043C><U0430><U0440><U0442>";/
+        "<U0430><U043F><U0440><U0435><U043B><U044C>";/
+        "<U043C><U0430><U0439>";/
+        "<U0438><U044E><U043D><U044C>";/
+        "<U0438><U044E><U043B><U044C>";/
+        "<U0430><U0432><U0433><U0443><U0441><U0442>";/
+        "<U0441><U0435><U043D><U0442><U044F><U0431><U0440><U044C>";/
+        "<U043E><U043A><U0442><U044F><U0431><U0440><U044C>";/
+        "<U043D><U043E><U044F><U0431><U0440><U044C>";/
+        "<U0434><U0435><U043A><U0430><U0431><U0440><U044C>"
+abmon   "<U0433><U044B><U0439><U043D>";/
+        "<U0444><U0435><U0432>";/
+        "<U043C><U0430><U0440>";/
+        "<U0430><U043F><U0440>";/
+        "<U043C><U0430><U0439>";/
+        "<U0438><U044E><U043D><U044C>";/
+        "<U0438><U044E><U043B><U044C>";/
+        "<U0430><U0432><U0433>";/
+        "<U0441><U0435><U043D><U0442>";/
+        "<U043E><U043A><U0442>";/
+        "<U043D><U043E><U044F><U0431>";/
+        "<U0434><U0435><U043A>"
 d_t_fmt "%a %d %b %Y %T"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"


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