diff mbox series

[1/2] localedata: First day of the week in AU is Monday, LC_TIME in en_NZ is identical to LC_TIME in en_AU then

Message ID 20231226104616.3491048-1-mfabian@redhat.com
State New
Headers show
Series [1/2] localedata: First day of the week in AU is Monday, LC_TIME in en_NZ is identical to LC_TIME in en_AU then | expand

Commit Message

Mike FABIAN Dec. 26, 2023, 10:46 a.m. UTC
Resolves: BZ # 24877
---
 localedata/locales/en_AU |  1 +
 localedata/locales/en_NZ | 35 +----------------------------------
 2 files changed, 2 insertions(+), 34 deletions(-)
diff mbox series

Patch

diff --git a/localedata/locales/en_AU b/localedata/locales/en_AU
index 327e81a05e..9a6b4ccf26 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 90a5899a4a..a158a18202 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