Hi,
Will there be a date localization in the header?
Is there a way to do it now?
I managed to do it; just import yout locale before rendering the timeline;
import moment from 'moment';
import "moment/locale/fr"
thanks @xiorcal . @riflemanIm can you try this out and if it worked, please close this issue? Once closed I'll add this to the FAQ in the readme
Closing as this seems like the solution. Also refer to https://github.com/namespace-ee/react-calendar-timeline/issues/81 as another solution
Most helpful comment
I managed to do it; just import yout locale before rendering the timeline;