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=-4.0 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 28AC120248 for ; Fri, 8 Mar 2019 10:51:04 +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:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; q= dns; s=default; b=tfc+2j/gvu10jxW7Jm8BiKndwP1z/e/NjMEGFTuskaU/Qz 8wsKuUepXDqiSGknwy6+Cq1TxtMs1gCL4tIIY2FvLQF2i0/BxEHhHNK6TPNh8dbe q3UuaKh4yqKJXNNJDNT8ufplWzwL4AJJZ7Y2Bb9m7SdAqz+uYfQrJ9F7Z2Kek= 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:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; s= default; bh=ZqPklx22KgKVcsuaqq4prmI6iOw=; b=cyFREOoM51qS8VEgXC0m NrCJqRrU444vSRSP7GqGr9Fo88T0CZXr78nfIeH9cfOmmIzUybfU9OWcxOJPTwpx oL/f4GWms+BlbFvREnDXq3YUDoz0w4dvEBSK6zzDlLjbe+B61jr4my+sYFGrZEoL TpO2FlIAec2qMuETOFMFRMg= Received: (qmail 121700 invoked by alias); 8 Mar 2019 10:51:01 -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 121688 invoked by uid 89); 8 Mar 2019 10:51:01 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: shared-ano163.rev.nazwa.pl Date: Fri, 8 Mar 2019 11:52:07 +0100 (CET) From: Rafal Luzynski To: Felix Yan , libc-alpha@sourceware.org Message-ID: <590987813.74896.1552042327990@poczta.nazwa.pl> In-Reply-To: <20190307094002.16972-1-felixonmars@archlinux.org> References: <20190213105150.9323-1-felixonmars@archlinux.org> <20190307094002.16972-1-felixonmars@archlinux.org> Subject: Re: [PATCH v4] localedata: Add Minguo calendar support to zh_TW [BZ #24293] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 7.03.2019 10:40 Felix Yan wrote: > > Minguo calendar is the official calendar system, and very widely used in > Taiwan. This commit adds its support into glibc. > > Some background information: The government website (www.gov.tw) uses it, > popular public services like Taiwan HSR also use this calendar system. > > Link to Wikipedia: https://en.wikipedia.org/wiki/Minguo_calendar > > [BZ #24293] > * localedata/locales/zh_TW (era): Add, support Minguo calendar. > * localedata/locales/cmn_TW (era): Likewise. > * localedata/locales/hak_TW (era): Likewise. > * localedata/locales/lzh_TW (era): Likewise. > * localedata/locales/nan_TW (era): Likewise. This patch is correct, thank you. Reviewed-by: Rafal Luzynski Do you need someone to push it for you? Questions to more experienced maintainers: * Have you got any objections against this patch? * Do we need a NEWS entry for this change? Mike, Joseph, Carlos, anyone? Regards, Rafal