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]

[committed, PATCH] tt_RU locale: make yesstr and nostr agree with CLDR by starting with lower case letters


        * localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr
        with lowercase letters to make it agree with CLDR.

-- 
Mike FABIAN <mfabian@redhat.com>

>From a4cc02c7413af4826fe8d13b6250c3fc47f15699 Mon Sep 17 00:00:00 2001
From: Mike FABIAN <mfabian@redhat.com>
Date: Fri, 27 Oct 2017 10:55:44 +0200
Subject: [PATCH 3/3] tt_RU locale: make yesstr and nostr agree with CLDR by
 starting with lower case letters

	* localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr
	with lowercase letters to make it agree with CLDR.
---
 ChangeLog                | 5 +++++
 localedata/locales/tt_RU | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 72521925ae..93d9ee1dfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-27  Mike FABIAN  <mfabian@redhat.com>
+
+	* localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr
+	with lowercase letters to make it agree with CLDR.
+
 2017-10-27  Mike FABIAN  <mfabian@redhat.com>
 
 	[BZ #15260]
diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU
index 38966ebb48..19514996b1 100644
--- a/localedata/locales/tt_RU
+++ b/localedata/locales/tt_RU
@@ -229,8 +229,8 @@ END LC_COLLATE
 LC_MESSAGES
 yesexpr "^[+1yY<U04D9><U04D8>]"
 noexpr  "^[-0nN<U044E><U042E>]"
-yesstr  "<U04D8><U0439><U0435>"
-nostr   "<U042E><U043A>"
+yesstr  "<U04D9><U0439><U0435>"
+nostr   "<U044E><U043A>"
 END LC_MESSAGES
 
 LC_MONETARY
-- 
2.14.3


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