From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43248 invoked by alias); 5 Aug 2019 11:23:09 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 43230 invoked by uid 89); 5 Aug 2019 11:23:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.redhat.com From: Florian Weimer To: Akhilesh Kumar Cc: libc-alpha@sourceware.org, libc-locales@sourceware.org Subject: Re: [PATCH] Remove redundant data between en_NZ and en_AU References: <1564994205-12455-1-git-send-email-akhilesh.k@samsung.com> <877e7ramc1.fsf@oldenburg2.str.redhat.com> Date: Mon, 05 Aug 2019 11:23:00 -0000 In-Reply-To: <877e7ramc1.fsf@oldenburg2.str.redhat.com> (Florian Weimer's message of "Mon, 05 Aug 2019 13:22:22 +0200") Message-ID: <8736ifamau.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-q3/txt/msg00023.txt.bz2 * Florian Weimer: > * Akhilesh Kumar: > >> since LC_MESSAGES is same for en_NZ and en_AU >> replaced LC_MESSAGES detail info with "copy "en_AU"" Sorry: this part is wrong. >> [BZ #24877] >> * locales/en_NZ (LC_MESSAGES): copy "en_AU". Here too. It should say =E2=80=9DLC_TIME=E2=80=9D. Florian >> --- >> localedata/locales/en_NZ | 33 +-------------------------------- >> 1 file changed, 1 insertion(+), 32 deletions(-) >> >> diff --git a/localedata/locales/en_NZ b/localedata/locales/en_NZ >> index aba64ec..a158a18 100644 >> --- a/localedata/locales/en_NZ >> +++ b/localedata/locales/en_NZ >> @@ -82,38 +82,7 @@ grouping 3;3 >> END LC_NUMERIC >>=20=20 >> LC_TIME >> -abday "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat" >> -day "Sunday";/ >> - "Monday";/ >> - "Tuesday";/ >> - "Wednesday";/ >> - "Thursday";/ >> - "Friday";/ >> - "Saturday" >> -abmon "Jan";"Feb";/ >> - "Mar";"Apr";/ >> - "May";"Jun";/ >> - "Jul";"Aug";/ >> - "Sep";"Oct";/ >> - "Nov";"Dec" >> -mon "January";/ >> - "February";/ >> - "March";/ >> - "April";/ >> - "May";/ >> - "June";/ >> - "July";/ >> - "August";/ >> - "September";/ >> - "October";/ >> - "November";/ >> - "December" >> -d_t_fmt "%a %d %b %Y %T %Z" >> -d_fmt "%d//%m//%y" >> -t_fmt "%T" >> -am_pm "AM";"PM" >> -t_fmt_ampm "%I:%M:%S %p" >> -week 7;19971130;1 >> +copy "en_AU" >> END LC_TIME >>=20=20 >> LC_MESSAGES > > Patches should be posted to libc-alpha. > > Content-wise, the patch looks okay to me. I don't know if these =E2=80= =9Ccopy=E2=80=9D > directives have any political significance.