Skip to content

Commit

Permalink
fix(date-picker): set start of week to monday in zh-CN (#7578)
Browse files Browse the repository at this point in the history
**Related Issue:** #7382

## Summary
Updates the `date-picker` first day of the week in the `zh-CN` locale to
Monday (`周一`), previously set as Sunday (`周日`).
  • Loading branch information
geospatialem authored Aug 22, 2023
1 parent 4bc5d13 commit 7e385cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"default-calendar": "gregorian",
"separator": "/",
"unitOrder": "YYYY/MM/DD",
"weekStart": 7,
"weekStart": 1,
"placeholder": "YYYY/MM/DD",
"days": {
"abbreviated": ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
Expand Down

0 comments on commit 7e385cb

Please sign in to comment.