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] br_FR locale: Use all lowercase in yesstr and nostr.


        [BZ #21706]
        * localedata/locales/br_FR (LC_MESSAGES): Use all lowercase
        in yesstr and nostr.
-
-- 
Mike FABIAN <mfabian@redhat.com>

>From bc5fc7de2115847d9ed312a41713c6a4c724f3dd Mon Sep 17 00:00:00 2001
From: Mike FABIAN <mfabian@redhat.com>
Date: Fri, 27 Oct 2017 09:38:00 +0200
Subject: [PATCH 1/3] br_FR locale: Use all lowercase in yesstr and nostr.

	[BZ #21706]
	* localedata/locales/br_FR (LC_MESSAGES): Use all lowercase
	in yesstr and nostr.
---
 ChangeLog                | 6 ++++++
 localedata/locales/br_FR | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4822e49a59..4caaf0d5d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-10-27  Thierry Vignaud <thierry.vignaud@gmail.com>
+
+	[BZ #21706]
+	* localedata/locales/br_FR (LC_MESSAGES): Use all lowercase
+	in yesstr and nostr.
+
 2017-10-26  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/math.h [__HAVE_FLOAT16 && __GLIBC_USE
diff --git a/localedata/locales/br_FR b/localedata/locales/br_FR
index 44922cc3ad..5cda3a7f9d 100644
--- a/localedata/locales/br_FR
+++ b/localedata/locales/br_FR
@@ -98,8 +98,8 @@ END LC_CTYPE
 LC_MESSAGES
 yesexpr "^[+1oOyY]"
 noexpr  "^[-0kKnN]"
-yesstr  "Ya"
-nostr   "Ket"
+yesstr  "ya"
+nostr   "ket"
 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]