Locale Inconsistency when using labelProps #2541
oluwatunmiisheii
started this conversation in
Translation and localization
Replies: 2 comments
-
Do you mean |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah, correct |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When i use labelProps as defined in the docs, https://daypicker.dev/docs/translation#example-italian-labels
the aria-label for my days are now in English (excluding selected and today) , I had to fix like so
notice the local I passed in let label = ......, this is missing from the docs.
PS: I can update the docs with this information if you don't mind
Beta Was this translation helpful? Give feedback.
All reactions