mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
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] * 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.
This commit is contained in:
parent
c8c8160cee
commit
c0fd3244e7
@ -1,3 +1,10 @@
|
||||
2019-08-23 Rafal Luzynski <digitalfreak@lingonborough.com>
|
||||
|
||||
[BZ #24682]
|
||||
* 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-22 Gustavo Romero <gromero@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Fix typos and
|
||||
|
@ -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
Block a user