From patchwork Fri Oct 27 09:35:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 23910 Received: (qmail 121626 invoked by alias); 27 Oct 2017 09:35:26 -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 121609 invoked by uid 89); 27 Oct 2017 09:35:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=letters X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 7489D267DE Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=mfabian@redhat.com From: Mike FABIAN To: GNU C Library Subject: [committed, PATCH] tt_RU locale: make yesstr and nostr agree with CLDR by starting with lower case letters Date: Fri, 27 Oct 2017 11:35:20 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 * localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr with lowercase letters to make it agree with CLDR. From a4cc02c7413af4826fe8d13b6250c3fc47f15699 Mon Sep 17 00:00:00 2001 From: Mike FABIAN 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 + + * localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr + with lowercase letters to make it agree with CLDR. + 2017-10-27 Mike FABIAN [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]" noexpr "^[-0nN]" -yesstr "" -nostr "" +yesstr "" +nostr "" END LC_MESSAGES LC_MONETARY -- 2.14.3