From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS, WEIRD_QUOTING shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 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 dcvr.yhbt.net (Postfix) with ESMTPS id 66FCE1F461 for ; Wed, 10 Jul 2019 09:47:05 +0000 (UTC) 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:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=FevFjE4iAm3wOjMf 6LmvMYPoh5JUBbuYJs62k0PtH7Eam2DgzG3j5ukZFtaK8ClX4eyngaZuA92aomfn 0q5sBLgQYwKdTRKPwe0e9bPFJn5pj80wu56ei58Wz2TsEsTAfnPZEpJyO4OMV+rp oX+ROHKt0kI4S1U4b+kHWX5U4hc= 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:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=9om9aYLsDKDeSuOVigfem8 HiZ+o=; b=N5MadZ7wx9mfKKzMVLYbxNKgFgs3TowCW1osvVOkRxqeMd78rBCsZy tr5AEEhXpNnj5LCj6m48BxbTQszqSflaE6CDdaZqwKcOqQdpLYtnRUQzb1KQGEQA pEuCtszhd+/XJODqLkBHcl/2xjhuZSGMAuZlYhhVp5d5xifZeN3bM= Received: (qmail 84071 invoked by alias); 10 Jul 2019 09:47:03 -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 Received: (qmail 84059 invoked by uid 89); 10 Jul 2019 09:47:02 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: shared-ano163.rev.nazwa.pl Date: Wed, 10 Jul 2019 11:46:44 +0200 (CEST) From: Rafal Luzynski To: libc-alpha@sourceware.org Cc: Carlos O'Donell , Daniil Zhilin Message-ID: <2114469232.75606.1562752004654@poczta.nazwa.pl> In-Reply-To: <2083625056.75389.1562751845263@poczta.nazwa.pl> References: <2083625056.75389.1562751845263@poczta.nazwa.pl> Subject: [PATCH v2 1/4] ga_IE and en_IE locales: Revert first_weekday removal (bug 24200). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit These values were removed by the commit 0a410e76f5. [BZ #24200] * localedata/locales/ga_IE (first_weekday): Add, set to 2 (Monday). * localedata/locales/en_IE (first_weekday): Likewise. --- localedata/locales/en_IE | 1 + localedata/locales/ga_IE | 1 + 2 files changed, 2 insertions(+) diff --git a/localedata/locales/en_IE b/localedata/locales/en_IE index 5138e2ac5a..09c42c7f6a 100644 --- a/localedata/locales/en_IE +++ b/localedata/locales/en_IE @@ -112,6 +112,7 @@ d_fmt "%d//%m//%y" t_fmt "%T" am_pm "";"" t_fmt_ampm "" +first_weekday 2 week 7;19971130;4 END LC_TIME diff --git a/localedata/locales/ga_IE b/localedata/locales/ga_IE index 782adbaa5c..f0ba1b0e32 100644 --- a/localedata/locales/ga_IE +++ b/localedata/locales/ga_IE @@ -119,6 +119,7 @@ d_fmt "%d.%m.%y" t_fmt "%T" am_pm "";"" t_fmt_ampm "" +first_weekday 2 week 7;19971130;4 END LC_TIME -- 2.21.0