nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.38k stars 856 forks source link

Incorrect locale month name #1464

Open peimn opened 6 months ago

peimn commented 6 months ago

Try to set locale to ar and you will see that locale month name is incorrect for current month. We have identified a bug in the getMonthDates method. Locale month names are incorrect when day is set to 15. Months might appear in different cells due to the rotating nature of the Hijri calendar.