Skip to content

Set Locale is not working #8

Description

@bryannbarbosa

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 }));
    }} />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions