scoutforpets / ember-fullcalendar

An Ember Component for FullCalendar and FullCalendar Scheduler
MIT License
39 stars 45 forks source link

Unable to set locale #62

Closed hugoruscitti closed 7 years ago

hugoruscitti commented 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:

testfullcalendardeprecationmessage 2017-08-18 00-53-30

Any advice?

jamesdixon commented 7 years ago

resolved by #64