From patchwork Tue Mar 10 21:22:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 38528 Return-Path: X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from shared-ano163.rev.nazwa.pl (shared-ano163.rev.nazwa.pl [85.128.223.163]) by sourceware.org (Postfix) with ESMTP id F0748395C02E for ; Tue, 10 Mar 2020 21:23:15 +0000 (GMT) X-Virus-Scanned: by amavisd-new using ClamAV (21) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=lingonborough.com; s=1568761524.internal; t=1583875394; bh=rOC2FN9HtstYXYTvfmzORkfWbY7G5nXU/q/R0htaAl8=; h=Date:From:To:Cc:Subject; b=vN2NWq9OPJNmEB/rYR0eGWFaA7tOPzQi9f1d3tn5p0hyZkdyWh7Frs/SnsjOP9SXH 3Zy8vPPFZ78Gf40hq/YfRSqDkZsd8iB8+3doeFUfdfIFsY7IcDw8GlgTjZtdLMKPsk UkBqw797l9rsH7Y8xFRZd87s7pdDALA58Eso8MCjWbqVdSw2JkkuiwTnLALhnku+Co i1TCvy6CahJDegmxqCyhIOnOGVeMKxjM0EOuPVAXyqK6wVHg7QqVbRhGH8qUF0Hdi5 3KpnTsqf/WOOahsGtRLjhutU2/dmkZ7k2Dn6DVCLZupHYWZzuuRG/5ARUgpeJfttHC mmyEVqD52L4UA== X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=-27.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: from poczta.nazwa.pl (ox39.netart.com.pl [10.252.0.76]) by id16c608407a.nazwa.pl (Postfix) with ESMTP id CDBD71C5AFD; Tue, 10 Mar 2020 22:23:13 +0100 (CET) Date: Tue, 10 Mar 2020 22:22:56 +0100 (CET) From: Rafal Luzynski To: libc-alpha@sourceware.org Cc: quentinantonin@free.fr Message-ID: <443680167.815762.1583875376699@poczta.nazwa.pl> Subject: [PATCH] oc_FR locale: Fix spelling of Thursday and Jul (abmon) (BZ #25639) MIME-Version: 1.0 X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.8.4-Rev60 X-Originating-Client: com.openexchange.ox.gui.dhtml X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2020 21:23:17 -0000 Posting here because I'd like to hear a feedback from the original reporter and possibly from anyone interested. What do you think, Quentin? This patch is not meant to be complete, I am going to keep the bug report open for a possible further discussion. -------------------------------8<---------------------------------- As reported by a native speaker: Thursday: "dijóus" -> "dijòus" (also confirmed by CLDR) Jul: "jul." -> "julh" (this is not yet handled by CLDR) --- localedata/locales/oc_FR | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localedata/locales/oc_FR b/localedata/locales/oc_FR index 1b65003b26..ff0d0330e8 100644 --- a/localedata/locales/oc_FR +++ b/localedata/locales/oc_FR @@ -104,7 +104,7 @@ day "dimenge";/ "diluns";/ "dimars";/ "dimcres";/ - "dijus";/ + "dijus";/ "divendres";/ "dissabte" abmon "gen.";/ @@ -113,7 +113,7 @@ abmon "gen.";/ "abr.";/ "mai";/ "junh";/ - "jul.";/ + "julh";/ "ago.";/ "set.";/ "oct.";/