Open JonasJore opened 5 days ago
The locale in <Calendar /> is always english, even though i have actually set the locale-prop as other values:
<Calendar />
locale
locale="fr"
Expected behaviour here should be that days in mode="month" and day names in mode="day" should be french with the prop set as in my example.
mode="month"
mode="day"
are you importing the dayjs locale? e.g. import 'dayjs/locale/fr'
import 'dayjs/locale/fr'
The locale in
<Calendar />
is always english, even though i have actually set thelocale
-prop as other values:Expected behaviour here should be that days in
mode="month"
and day names inmode="day"
should be french with the prop set as in my example.