RobbieTheWagner / ember-flatpickr

An Ember addon that wraps the Flatpickr date picker
https://RobbieTheWagner.github.io/ember-flatpickr/
MIT License
109 stars 54 forks source link

Localization docs #2063

Closed RobbieTheWagner closed 3 months ago

RobbieTheWagner commented 4 months ago

@AmauryD should we delete the localization docs now? Since we support dynamically importing from a string, I think we should not need to support passing locale objects or custom locale configs past that?

AmauryD commented 4 months ago

We can still allow users the freedom to choose how they import locales, as it does not have any maintenance cost for ember-flatpicker. However, I agree that we can cleanup/improve the localization documentation regarding locales. I agree that the custom locale section might be unnecessary/too advanced.