react-calendar
react-calendar copied to clipboard
WeeklyDays locale es
I have a problem with calendar weekly and { locale: es }.
<WeeklyCalendar locale={es} week={new Date()}>

and without { locale: es } is correct render,

What is wrong with the rendering? I don't see an issue
What is wrong with the rendering? I don't see an issue
The rendering of the week is wrong when locale is changed to another language
is it the day numbers being incorrect?
is it the day numbers being incorrect?
yes, the change the locale to another language do not select the current week. check change to es locale
can you use a red marker to point out the problem? sorry im not familiar enough with other languages to spot the problem?