From patchwork Fri Oct 27 09:31:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 23908 Received: (qmail 52708 invoked by alias); 27 Oct 2017 09:32:01 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 52614 invoked by uid 89); 27 Oct 2017 09:32:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, SPF_HELO_PASS, URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com CF179FEBA Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=mfabian@redhat.com From: Mike FABIAN To: GNU C Library Cc: Thierry Vignaud Subject: [committed, PATCH] br_FR locale: Use all lowercase in yesstr and nostr. Date: Fri, 27 Oct 2017 11:31:54 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 [BZ #21706] * localedata/locales/br_FR (LC_MESSAGES): Use all lowercase in yesstr and nostr. - From bc5fc7de2115847d9ed312a41713c6a4c724f3dd Mon Sep 17 00:00:00 2001 From: Mike FABIAN 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 + + [BZ #21706] + * localedata/locales/br_FR (LC_MESSAGES): Use all lowercase + in yesstr and nostr. + 2017-10-26 Joseph Myers * 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