react-component / picker

📅 All Date Pickers you need.
https://picker.react-component.now.sh/
MIT License
275 stars 315 forks source link

Why the locale ko-KR uses dayFormat 'Do' as other locales don't? #785

Open jinhyeok15 opened 6 months ago

jinhyeok15 commented 6 months ago

I found the issue when I updated antd v5.8.0 to v5.16.0. I saw v5.14.0 support that DatePicker all date-related information in the panel will allow configuration through locale. The reason that dayFormat in rc-picker is configured as 'Do', when I set ConfigProvider locale prop option on koKR, UI changes like below.

image

Before image

After image