mirror of git://sourceware.org/git/glibc.git
Chinese locales: Set first_weekday to 2 (bug 24682).
The first day of the week in China (Mainland) should be Monday according
to the national standard GB/T 7408-2005. References:
* https://www.doc88.com/p-1166696540287.html
* https://unicode-org.atlassian.net/browse/CLDR-11510
[BZ #24682]
* NEWS: Mention this bug fixed.
* localedata/locales/bo_CN (first_weekday): Add, set to 2 (Monday).
* localedata/locales/ug_CN (first_weekday): Likewise.
* localedata/locales/zh_CN (first_weekday): Likewise.
(cherry picked from commit c0fd3244e7
)
This commit is contained in:
parent
c1a0df3bcb
commit
01efb543d5
|
@ -1,3 +1,11 @@
|
|||
2019-08-28 Rafal Luzynski <digitalfreak@lingonborough.com>
|
||||
|
||||
[BZ #24682]
|
||||
* NEWS: Mention this bug fixed.
|
||||
* localedata/locales/bo_CN (first_weekday): Add, set to 2 (Monday).
|
||||
* localedata/locales/ug_CN (first_weekday): Likewise.
|
||||
* localedata/locales/zh_CN (first_weekday): Likewise.
|
||||
|
||||
2019-08-01 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
[BZ #24867]
|
||||
|
|
2
NEWS
2
NEWS
|
@ -9,6 +9,8 @@ Version 2.30.1
|
|||
|
||||
The following bugs are resolved with this release:
|
||||
|
||||
[24682] localedata: zh_CN first weekday should be Monday per GB/T
|
||||
7408-2005
|
||||
[24867] malloc: Remove unwanted leading whitespace in malloc_info
|
||||
|
||||
|
||||
|
|
|
@ -128,6 +128,7 @@ t_fmt_ampm "<U0F46><U0F74><U0F0B><U0F5A><U0F7C><U0F51>/
|
|||
<U0025><U0070>"
|
||||
|
||||
week 7;19971130;1
|
||||
first_weekday 2
|
||||
END LC_TIME
|
||||
|
||||
LC_MESSAGES
|
||||
|
|
|
@ -165,6 +165,7 @@ am_pm "";""
|
|||
date_fmt "%a<U060C> %d-%m-%Y<U060C> %T"
|
||||
|
||||
week 7;19971130;1
|
||||
first_weekday 2
|
||||
END LC_TIME
|
||||
|
||||
LC_MESSAGES
|
||||
|
|
|
@ -139,6 +139,7 @@ t_fmt_ampm "%p %I<U65F6>%M<U5206>%S<U79D2>"
|
|||
|
||||
date_fmt "%Y<U5E74> %m<U6708> %d<U65E5> %A %H:%M:%S %Z"
|
||||
week 7;19971130;1
|
||||
first_weekday 2
|
||||
END LC_TIME
|
||||
|
||||
LC_MESSAGES
|
||||
|
|
Loading…
Reference in New Issue