You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can localized the calendar with date-fns into the component Calendar
My code:
import { es } from "date-fns/locale"
<Calendar
weekStartsOn={1}
locale={es}
mode="range"
...
Hello, how can I localize the whole calendar, because current code only localizes the button, but once you open the picker you get:
All localized to "en"
And I need the calendar to be fully localized because as it's shown currently, it produces confusion.
The text was updated successfully, but these errors were encountered: