There was an error while loading. Please reload this page.
1 parent dbd7335 commit ce35f33Copy full SHA for ce35f33
1 file changed
readme.md
@@ -23,7 +23,7 @@ Second, you add the custom language packages to your project.
23
24
```js
25
import { setLocale } from 'yup'
26
-import { en, it, de } from '@aboutbits/yup-locales'
+import it from '@aboutbits/yup-locales/it'
27
28
// If you want that your app returns Italian error messages.
29
setLocale(it)
0 commit comments