From patchwork Wed Jul 10 09:46:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 33647 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 Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 84059 invoked by uid 89); 10 Jul 2019 09:47:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, WEIRD_QUOTING autolearn=ham version=3.3.1 spammy=en_ie, ga_IE, H*i:sk:2083625, H*f:sk:2083625 X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: -0.999 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 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