nextui
nextui copied to clipboard
DateRangePicker locale not working
NextUI Version
2.4.8
Describe the bug
my code
<I18nProvider locale="th-TH-u-ca-buddhist">
<DateRangePicker
//key={placement}
aria-label="Date (International DateRangePicker)"
label="เลือกช่วงวันที่"
labelPlacement="outside"
visibleMonths={2}
value={date}
onChange={setDate}
/>
</I18nProvider>
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
please help me. how to set locale for calendar
Expected behavior
Screenshots or Videos
Operating System Version
windows 11
Browser
Chrome
I want to display like this
Same issue here in chinese. nextui version: 2.4.8
I had a similar problem, downgrading @react-aria/i18n to version 3.11.1 solved the problem.
I had a similar problem, downgrading @react-aria/i18n to version 3.11.1 solved the problem.
It's work. Thank you.
I had a similar problem, downgrading @react-aria/i18n to version 3.11.1 solved the problem.
thank you man , u saved my life !