diff options
author | Rafal Luzynski <digitalfreak@lingonborough.com> | 2019-08-22 23:50:04 +0200 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2019-08-23 00:07:06 +0200 |
commit | c0fd3244e71db39cef1e2d1d8ba12bb8b7375ce4 (patch) | |
tree | 89838d6e7d6ddedd75fafdbb4cdca3ee85ddb3be /ChangeLog | |
parent | c8c8160ceebb6dc1f95d626ab32c43126c4290fd (diff) | |
download | glibc-c0fd3244e71db39cef1e2d1d8ba12bb8b7375ce4.tar glibc-c0fd3244e71db39cef1e2d1d8ba12bb8b7375ce4.tar.gz glibc-c0fd3244e71db39cef1e2d1d8ba12bb8b7375ce4.tar.bz2 glibc-c0fd3244e71db39cef1e2d1d8ba12bb8b7375ce4.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |