Set the locale property in the component is not changing the texts in datePicker, how to fix this? Thanks in advance! My code: ``` <DatePicker date={this.state.date} locale="pt" onSelect={date => { this.setState(state => ({ date: date })); }} /> ```
Set the locale property in the component is not changing the texts in datePicker, how to fix this?
Thanks in advance!
My code: