adesigns / calendar-bundle

This bundle allows you to integrate the jQuery FullCalendar plugin into your Symfony2 application.
MIT License
97 stars 60 forks source link

Using langage other than english #50

Closed CPASimUSante closed 6 years ago

CPASimUSante commented 8 years ago

It seems there is no /lang folder or files for langages other than english.

Thank you

CPASimUSante commented 6 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: '...'
    },