Open Bliqui opened 3 months ago
To enable translations you can wrap your app with I18nProvider
import { I18nProvider } from '@react-aria/i18n'
<I18nProvider locale="nl-NL">
I might consider adding this as a wrapper around all date picker components, but it does add extra weight to the package.
@Pagebakers it just a little confusing for me that passing the locale prop only translates the input itself
Description
With the locale prop, only the input itself is localized. Calendar popup remains in English
Link to Reproduction
Link
Steps to reproduce
Just render DateInput with
locale
prop set to any language (besides english :) )Saas UI Version
2.8.8
Chakra UI Version
2.8.2
Browser
No response
Operating System
Additional Information
No response