flippingbitss / react-daterange-picker

A react date range picker to using @material-ui. Live Demo: https://flippingbitss.github.io/react-daterange-picker/
MIT License
110 stars 212 forks source link

Can I translate for portuguese? #12

Open wellyngtond2 opened 4 years ago

wellyngtond2 commented 4 years ago

I would like to translate the component into other languages, such as Brazilian Portuguese .

hellocaio commented 4 years ago

You could, all you have to do is translate a few strings for the months and weekdays, set the date-fns option object to the language you want. I tried that and it worked, but this package is outdated and not well maintained.

Or, you could install this more complete package: react-bootstrap-daterangepicker

and then follow these instructions: Configuring language in Bootstrap Date Range Picker

Hope it helps.