Closed CPASimUSante closed 7 years ago
For this version using obsolete 1.x version of fullcalendar, since there was no locale file, you just have to add in the options :
monthNames: [...],
monthNamesShort: [...],
dayNames: [...],
dayNamesShort: [...],
buttonText: {
today: '...',
month: '...',
week: '...',
day: '...'
},
It seems there is no /lang folder or files for langages other than english.
Thank you