This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove redundant data between en_NZ and en_AU


* 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 ”LC_TIME”.

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
>>  
>>  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
>>  
>>  LC_MESSAGES
>
> Patches should be posted to libc-alpha.
>
> Content-wise, the patch looks okay to me.  I don't know if these “copy”
> directives have any political significance.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]