mirror of git://sourceware.org/git/glibc.git
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
This commit is contained in:
parent
e65ca11515
commit
89d727efd7
|
@ -115,6 +115,7 @@ t_fmt "%T"
|
||||||
am_pm "AM";"PM"
|
am_pm "AM";"PM"
|
||||||
t_fmt_ampm "%I:%M:%S %p"
|
t_fmt_ampm "%I:%M:%S %p"
|
||||||
week 7;19971130;1
|
week 7;19971130;1
|
||||||
|
first_weekday 2
|
||||||
END LC_TIME
|
END LC_TIME
|
||||||
|
|
||||||
LC_MESSAGES
|
LC_MESSAGES
|
||||||
|
|
|
@ -82,40 +82,7 @@ grouping 3;3
|
||||||
END LC_NUMERIC
|
END LC_NUMERIC
|
||||||
|
|
||||||
LC_TIME
|
LC_TIME
|
||||||
abday "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat"
|
copy "en_AU"
|
||||||
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
|
|
||||||
END LC_TIME
|
END LC_TIME
|
||||||
|
|
||||||
LC_MESSAGES
|
LC_MESSAGES
|
||||||
|
|
Loading…
Reference in New Issue