Closed hugoruscitti closed 7 years ago
Hi, i try to change the default locale to 'es' by using this sentence (docs here https://fullcalendar.io/docs/text/locale/):
Ember.$('.full-calendar').fullCalendar({locale: 'es'});
But i see ember-fullcalendar don't include the locale-all.js file (https://github.com/scoutforpets/ember-fullcalendar/blob/master/index.js#L16), then i try to add this file in my local copy of the project, but i see another error:
locale-all.js
Any advice?
resolved by #64
Hi, i try to change the default locale to 'es' by using this sentence (docs here https://fullcalendar.io/docs/text/locale/):
But i see ember-fullcalendar don't include the
locale-all.js
file (https://github.com/scoutforpets/ember-fullcalendar/blob/master/index.js#L16), then i try to add this file in my local copy of the project, but i see another error:Any advice?