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 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 AFC341F461 for ; Fri, 12 Jul 2019 00:06:36 +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=wpAsv0pDT06Oa7Jw /bCXvIjxvcCmiDPxTRS0M1Yqme67h6CBTzufOc++PlxxzDj4S5FtlkBYCoQTGvob Bovt5wueGsCYkDew2OgyvHrQ1Kr5T0e5wotIRLJx/CKFcQS3UeU2hMaKuskffTiO qU8T1ov9yU30yQaNYF7E3YR3r4M= 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=1z5iuDRO9sC+BCL1oJRgnO w+Uj8=; b=M5Sqwx1y0FUtpw3Hk4eWVee0RhXdNUaSbRzACaiWHAm/EZsHtWpN22 00PazPh0Q9CAVW8pyqMHW2RPCqOZYGPIve77N9bvQIgK8V7TDBPrJfuBTxrW3mq4 891DfFA+rFqksUNpgassfIF+fCGEpikTXoasPVlqJUZR/TC3BsX5A= Received: (qmail 33962 invoked by alias); 12 Jul 2019 00:06:33 -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 33954 invoked by uid 89); 12 Jul 2019 00:06:33 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: shared-ano163.rev.nazwa.pl Date: Fri, 12 Jul 2019 02:06:14 +0200 (CEST) From: Rafal Luzynski To: akhilesh.k@samsung.com, "libc-alpha@sourceware.org" Cc: Carlos O'Donell Message-ID: <1228011149.75027.1562889974407@poczta.nazwa.pl> In-Reply-To: <20190710124443epcms5p5ac5ad5a2498ba4f641ed87272f2ea871@epcms5p5> References: <748027354.75945.1562752293094@poczta.nazwa.pl> <2083625056.75389.1562751845263@poczta.nazwa.pl> <20190710124443epcms5p5ac5ad5a2498ba4f641ed87272f2ea871@epcms5p5> Subject: RE: [PATCH v4 4/4] Afar locales: Months and days updated from CLDR (bug 21897). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 10.07.2019 14:44 AKHILESH KUMAR wrote: >=20 > Hello Rafal=20 >=20 > Afar Region in complete Eritrea, north east part of Ethiopia and northern > of Djibouti so abmon and mon will be same for complete reason. =20 According to CLDR all mon, abmon, day, and abday values are the same in all variants of Afar except how August is spelled: "Leqeeni" in aa_DJ vs. "Liiqen" in all other variants. > we can use =E2=80=9C-=E2=80=9D for February , March, April, May, June, = July, and Dec > because ethotia gov link is more trusty then other (This is my opinion)= =20 > http://www.mcit.gov.et/web/guest/-/localization-standard-for-afaraf=20 In my opinion this source is not quite reliable. This opinion may sounds rather strange so I must explain my reasons: * Inconsistent use of upper/lower case in the second word if a month name consists of 2 words. * Probably swapped June and July. All other sources (CLDR, the old content of glibc, Wiktionary) agree that June is "Qasa Dirri" and July is "Qado Dirri" while they swap it. Unfortunately, there are few Afar sources in the Internet. > Since glibc only support Gregorian calendar=20 True but CLDR seems to have explained how to map the traditional Ethiopian calendar to Gregorian. Regards, Rafal