Hey guys,
I was wondering the same thing. If this is possible someway or another then I’d be happy to help with the English/Dutch translations!
For now I managed to change a portfion the text of the buttons and the month overview by using jquery:
/**
* Translations for Advanced Calendar Plugin
*/
/* Header Buttons */
jQuery(‘#calendar .fc-toolbar .fc-today-button’).html(‘Vandaag’);
jQuery(‘#calendar .fc-toolbar .fc-month-button’).html(‘Maand’);
jQuery(‘#calendar .fc-toolbar .fc-agendaWeek-button’).html(‘Week’);
jQuery(‘#calendar .fc-toolbar .fc-agendaDay-button’).html(‘Dag’);
/* Month View ‘Days’ translation */
jQuery(‘#calendar .fc-view-container .fc-month-view .fc-day-header.fc-sun’).html(‘Zo’);
jQuery(‘#calendar .fc-view-container .fc-month-view .fc-day-header.fc-mon’).html(‘Ma’);
jQuery(‘#calendar .fc-view-container .fc-month-view .fc-day-header.fc-tue’).html(‘Di’);
jQuery(‘#calendar .fc-view-container .fc-month-view .fc-day-header.fc-wed’).html(‘Wo’);
jQuery(‘#calendar .fc-view-container .fc-month-view .fc-day-header.fc-thu’).html(‘Do’); jQuery(‘#calendar .fc-view-container .fc-month-view .fc-day-header.fc-fri’).html(‘Vr’);
jQuery(‘#calendar .fc-view-container .fc-month-view .fc-day-header.fc-sat’).html(‘Za’);
Please let us know if this would be possible.
Greets,
Christiaan