This package includes simplified translations for yup error messages. The main difference lies in the exclusion of the field path.
First, you have to install the package:
npm install @aboutbits/yup-locales
Second, you add the custom language packages to your project.
import { setLocale } from 'yup'
import it from '@aboutbits/yup-locales/it'
// If you want that your app returns Italian error messages.
setLocale(it)
To build and publish the package, simply commit all changes and push them to master. Then run one of the following commands locally:
npm version patch
npm version minor
npm version major
About Bits is a company based in South Tyrol, Italy. You can find more information about us on our website.
For support, please contact [email protected].
The MIT License (MIT). Please see the license file for more information.