From patchwork Tue Oct 2 22:25:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 29624 Received: (qmail 19514 invoked by alias); 2 Oct 2018 22:25:30 -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 19446 invoked by uid 89); 2 Oct 2018 22:25:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.8 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, XPRIO autolearn=ham version=3.3.2 spammy=H*x:Mailer, H*UA:Mailer, H*c:PHrt, ata X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: 0.619 Date: Wed, 3 Oct 2018 00:25:22 +0200 (CEST) From: Rafal Luzynski Reply-To: Rafal Luzynski To: GNU C Library Cc: Carlos O'Donell Message-ID: <739179024.735093.1538519122756@poczta.nazwa.pl> Subject: [PATCH COMMITTED] kl_GL: Fix spelling of Sunday, should be "sapaat" (bug 20209). MIME-Version: 1.0 I have pushed this as the change is trivial and confirmed by Oqaasileriffik, the official Greenlandic language regulator. My question is: is it OK to backport this change to 2.28? Carlos? Regards, Rafal From ece13abb662414906d88c7d26872cb7b494187f6 Mon Sep 17 00:00:00 2001 From: Rafal Luzynski Date: Tue, 2 Oct 2018 23:34:18 +0200 Subject: [PATCH] kl_GL: Fix spelling of Sunday, should be "sapaat" (bug 20209). Although CLDR says otherwise, it is confirmed by Oqaasileriffik, the official Greenlandic language regulator, that this change is correct. [BZ #20209] * localedata/locales/kl_GL: (abday): Fix spelling of Sun (Sunday), should be "sap" rather than "sab". (day): Fix spelling of Sunday, should be "sapaat" rather than "sabaat". --- localedata/locales/kl_GL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localedata/locales/kl_GL b/localedata/locales/kl_GL index 5ab14a3..5723ce7 100644 --- a/localedata/locales/kl_GL +++ b/localedata/locales/kl_GL @@ -70,11 +70,11 @@ copy "da_DK" END LC_NUMERIC LC_TIME -abday "sab";"ata";/ +abday "sap";"ata";/ "mar";"pin";/ "sis";"tal";/ "arf" -day "sabaat";/ +day "sapaat";/ "ataasinngorneq";/ "marlunngorneq";/ "pingasunngorneq";/ -- 2.7.5