Luke Bordonaro

Results 1 comments of Luke Bordonaro
trafficstars

@arthurdenner may I propose following what `react-datepicker` does? https://github.com/Hacker0x01/react-datepicker#localization Essentially, users of the dependency have to manually load the locale they want and "register" it. [This registration](https://github.com/Hacker0x01/react-datepicker/blob/50488b4f54656aefc272fbf61ba26d9d67f1e9d5/src/date_utils.js#L350) saves the locale...