diff options
author | Mike FABIAN <mfabian@redhat.com> | 2023-12-26 09:59:10 +0100 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2023-12-26 09:59:10 +0100 |
commit | 89d727efd761b87b65884229c8c96d0b68dda07a (patch) | |
tree | d3631572ec8674d7104e26f0239d1b4032d1ee56 | |
parent | e65ca115151a5895d9c9ac81fdc137f0eed077ed (diff) | |
download | glibc-89d727efd761b87b65884229c8c96d0b68dda07a.zip glibc-89d727efd761b87b65884229c8c96d0b68dda07a.tar.gz glibc-89d727efd761b87b65884229c8c96d0b68dda07a.tar.bz2 |
localedata: First day of the week in AU is Monday, LC_TIME in en_NZ is identical to LC_TIME in en_AU then
Resolves: BZ # 24877
-rw-r--r-- | localedata/locales/en_AU | 1 | ||||
-rw-r--r-- | localedata/locales/en_NZ | 35 |
2 files changed, 2 insertions, 34 deletions
diff --git a/localedata/locales/en_AU b/localedata/locales/en_AU index 327e81a..9a6b4cc 100644 --- a/localedata/locales/en_AU +++ b/localedata/locales/en_AU @@ -115,6 +115,7 @@ t_fmt "%T" am_pm "AM";"PM" t_fmt_ampm "%I:%M:%S %p" week 7;19971130;1 +first_weekday 2 END LC_TIME LC_MESSAGES diff --git a/localedata/locales/en_NZ b/localedata/locales/en_NZ index 90a5899..a158a18 100644 --- a/localedata/locales/en_NZ +++ b/localedata/locales/en_NZ @@ -82,40 +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" -date_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 -first_weekday 2 +copy "en_AU" END LC_TIME LC_MESSAGES |