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-localesSecond, 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, visit the GitHub Actions page of the repository.
You can choose between two workflows:
Release Packageto publish a new version of the package.Pre-Release Packageto publish a new pre-release version of the package.
Note: Pre-releases need to be supplied with a pre-id.
Note: To increment a pre-release, you have to run the normal release workflow and select "prerelease". For this action you need to already be on a pre-release version.
About Bits is a company based in South Tyrol, Italy. You can find more information about us on our website.
For support, please contact info@aboutbits.it.
The MIT License (MIT). Please see the license file for more information.