[PATCH] Remove redundant data between en_NZ and en_AU

Florian Weimer fweimer@redhat.com
Mon Aug 5 11:22:00 GMT 2019


* Akhilesh Kumar:

> since LC_MESSAGES is same for en_NZ and en_AU
> replaced LC_MESSAGES detail info with "copy "en_AU""
>
> [BZ #24877]
> * locales/en_NZ (LC_MESSAGES): copy "en_AU".
>
> ---
>  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.

Thanks,
Florian



More information about the Libc-locales mailing list