Closed winie closed 1 month ago
Someone is attempting to deploy a commit to the Kazuya Gosho's projects Team on Vercel.
A member of the Team first needs to authorize it.
@winie Good catch! Thank you for your contribution.
Released on v4.15.1
Thanks
First of all, I would like to thank you for providing this component. We use it in our open source project, which is an app for our students.
I have added the locale property to the CalendarHeaderProps interface. In the _CalendarContainer component (currently on line 377) the locale value is stored in the headerProps constant. The headerProps constant is later transferred to the HeaderComponent component as properties. If a custom header renderer is programmed, the calendar transfers the desired language. In my humble opinion, this is good software design.
Unfortunately, you first have to read the code to recognize this fact, because the locale property is missing in the CalendarHeaderProps interface. Otherwise you could already recognize the transfer of the language in the CalendarHeaderProps interface.