acro5piano / react-native-big-calendar

gcal/outlook like calendar component for React Native
https://react-native-big-calendar.vercel.app
MIT License
452 stars 152 forks source link

Locale is always english #1120

Open JonasJore opened 5 days ago

JonasJore commented 5 days ago

The locale in <Calendar /> is always english, even though i have actually set the locale-prop as other values:

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.

acro5piano commented 4 days ago

are you importing the dayjs locale? e.g. import 'dayjs/locale/fr'