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: 978060 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-96228-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lingonborough.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="VKoetxox"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42PtyT0m0Gz9s3x for ; Wed, 3 Oct 2018 08:25:36 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:to:cc:message-id:subject :mime-version:content-type; q=dns; s=default; b=jiYe8E51h3tyzJ2h Uuc6kDLce4ZWBwTOV1F27xvBBxvsZrmH6qLJVMlV41tM9r5AEhipZpsBTN5k/+YM IMn46PlfCiA0mHltpuU8C3UwzFUymcCv7J7n9B+QPPXKDZu4gklXY6noL+afs6+e o6j98IRIqru5rEj+8kysPlzF54U= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:to:cc:message-id:subject :mime-version:content-type; s=default; bh=RxUyNGaevrSs99IhxZlPhU yDmvw=; b=VKoetxoxwoTiQHTkDsf6/SSDu8otC4Rdv8CEQCHLXRv+i2Ur6Br29O hK0ujdr6SpUQtnGHvPX0Jf1mWV3KViJ58yp1yJKEIjZ2r0XpvKF+ZailAyO5c/NY 8hzbk1sbrvyGZ5KfmqCgavSH0Aq6VM1Udoe1C+McSSDWjJlrZTShU= 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