From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122839 invoked by alias); 17 Aug 2017 08:20:53 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 122798 invoked by uid 89); 17 Aug 2017 08:20:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=AC_HTML_NONSENSE_TAGS,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 8429225A7A0 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=mfabian@redhat.com From: Mike FABIAN To: Akhilesh Kumar Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 1/1] Fix abmon for bem_ZM References: <1502877838-17067-1-git-send-email-akhilesh.k@samsung.com> Date: Thu, 17 Aug 2017 08:20:00 -0000 In-Reply-To: <1502877838-17067-1-git-send-email-akhilesh.k@samsung.com> (Akhilesh Kumar's message of "Wed, 16 Aug 2017 15:33:58 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2017-08/txt/msg00728.txt.bz2 Akhilesh Kumar wrote: > Names of Months and Days for Bemba (Zambia) > Ref is taken form > http://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=czeauxc7tq > > [BZ #21960] > *locales/bem_ZM : Fix months abb names > --- > localedata/locales/bem_ZM | 26 +++++++++++++------------- > 1 files changed, 13 insertions(+), 13 deletions(-) > > diff --git a/localedata/locales/bem_ZM b/localedata/locales/bem_ZM > index a09d53e..e02856e 100644 > --- a/localedata/locales/bem_ZM > +++ b/localedata/locales/bem_ZM > @@ -62,19 +62,19 @@ mon "";/ > "";/ > "";/ > "" > -% Jan, Feb, Mar, Apr, May, Jun, July, Aug, Sep, Oct, Nov, Dec > -abmon "";/ > - "";/ > - "";/ > - "";/ > - "";/ > - "";/ > - "";/ > - "";/ > - "";/ > - "";/ > - "";/ > - "" > +% http://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=czeauxc7tq This link gives CLDR as the source, below the month and day names the page says: Source Common Locale Data Repository (CLDR) Copyright © 1991-2011 Unicode, Inc. License Restricted content - see terms below All rights reserved. Distributed under the Terms of Use at www.unicode.org/copyright.html. > +abmon "Jan";/ > + "Feb";/ > + "Mac";/ > + "Epr";/ > + "Mei";/ > + "Jun";/ > + "Jul";/ > + "Oga";/ > + "Sep";/ > + "Okt";/ > + "Nov";/ > + "Dis" So this is OK, I checked again that it agrees with CLDR. But I think I’ll remove your reference to scriptsource.org because that is just an indirect reference to CLDR. > % Pa Mulungu, Palichimo, Palichibuli, Palichitatu, Palichine, Palichisano, Pachibelushi > day "";/ > "";/ -- Mike FABIAN