]> sourceware.org Git - glibc.git/commitdiff
br_FR locale: Use all lowercase in yesstr and nostr.
authorMike FABIAN <mfabian@redhat.com>
Fri, 27 Oct 2017 07:38:00 +0000 (09:38 +0200)
committerMike FABIAN <mfabian@redhat.com>
Fri, 27 Oct 2017 07:39:08 +0000 (09:39 +0200)
[BZ #21706]
* localedata/locales/br_FR (LC_MESSAGES): Use all lowercase
in yesstr and nostr.

ChangeLog
localedata/locales/br_FR

index 4822e49a597737589b92dd1eefd0ffeb3f47a490..4caaf0d5d0fd05b11f6252d2de43674c054d20c7 100644 (file)
--- 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
index 44922cc3ad4dbffc2407d562595507fbded6c85a..5cda3a7f9dcdf5458d32c3f9c8be61ec99885585 100644 (file)
@@ -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
This page took 0.076874 seconds and 5 git commands to generate.