From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shared-ano163.rev.nazwa.pl (shared-ano163.rev.nazwa.pl [85.128.223.163]) by sourceware.org (Postfix) with ESMTP id 309B83851C12 for ; Sat, 9 May 2020 15:25:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 309B83851C12 X-Virus-Scanned: by amavisd-new using ClamAV (20) X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-10.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 Received: from poczta.nazwa.pl (ox23.netart.com.pl [10.252.0.42]) by id16c608407a.nazwa.pl (Postfix) with ESMTP id A228613CA1D for ; Sat, 9 May 2020 17:25:13 +0200 (CEST) Date: Sat, 9 May 2020 17:25:07 +0200 (CEST) From: Rafal Luzynski To: libc-stable@sourceware.org Message-ID: <1701952671.556224.1589037907176@poczta.nazwa.pl> Subject: [PATCH COMMITTED 2.31 1/3] oc_FR locale: Fix spelling of Thursday (bug 25639) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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-stable@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-stable mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2020 15:25:26 -0000 As reported by a native speaker: Thursday: "dij=C3=B3us" -> "dij=C3=B2us" (also confirmed by CLDR) --- localedata/locales/oc_FR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localedata/locales/oc_FR b/localedata/locales/oc_FR index d0d89a149e..9d616abcdb 100644 --- a/localedata/locales/oc_FR +++ b/localedata/locales/oc_FR @@ -92,7 +92,7 @@ day "dimenge";/ "diluns";/ "dimars";/ "dimcres";/ - "dijus";/ + "dijus";/ "divendres";/ "dissabte" abmon "gen.";/ --=20 2.26.2