jungsoft / materialui-daterange-picker

A react date range picker implementation using @material-ui.
MIT License
70 stars 81 forks source link

i18n not working for the defined ranges #45

Open Loschcode opened 1 month ago

Loschcode commented 1 month ago

Great work. However, despite locale working for most of the text, it stays in English with the default date ranges, is there a way to fix that?

Also, and I'm not sure we can do anything about that, it's really hard to actually customize the date range, it currently doesn't match my MUI styling and I had to manually add "generated" CSS overwrite, is there a way to improve that?

Screenshot 2024-05-26 at 23 54 19

Thanks again for this library.