scoutforpets / ember-fullcalendar

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

add 'includeLocales' option #51

Closed fpalluel closed 7 years ago

fpalluel commented 7 years ago

Hello, This adds the 'includeLocales' environment option. You can selectively add the languages, by using an array:

includeLocales: ['fr', 'it']

or use the 'all' string, to include all the locales:

includeLocales: 'all'

This should supersede #42

pwilms commented 7 years ago

may i'll help you to get the pr into the master?

dhiemstra commented 7 years ago

👍 reviewed and looks good

dhiemstra commented 7 years ago

Created a PR on your PR to fix the merge issues and ember-node-assets deprecation. https://github.com/Moxide/ember-fullcalendar/pull/1