Rudeg / react-input-calendar

http://rudeg.github.io/react-input-calendar/
MIT License
139 stars 94 forks source link

Support getDaysTitles for all locales #75

Closed jonasjeeliasson closed 8 years ago

jonasjeeliasson commented 8 years ago

The original getDaysTitles in DayView does not support any of the locales where a week starts on a monday (except for german because of the if-branch). The improved version works for all locales.

Rudeg commented 8 years ago

Thanks!!!