Closed fpalluel closed 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
may i'll help you to get the pr into the master?
👍 reviewed and looks good
Created a PR on your PR to fix the merge issues and ember-node-assets deprecation. https://github.com/Moxide/ember-fullcalendar/pull/1
Hello, This adds the 'includeLocales' environment option. You can selectively add the languages, by using an array:
or use the 'all' string, to include all the locales:
This should supersede #42