Localizations for [jquense/yup](https://github.com/jquense/yup).
npm install yup-localesLocalizations for jquense/yup.
```
npm install -S yup-locales
`js`
import { fr } from 'yup-locales';
import { setLocale } from 'yup';
setLocale(fr);
Locales implemented:
- arbg
- bs
- cs
- da
- de
- en
- es
- et
- fi
- fr
- he
- hu
- id
- it
- ja
- ko
- lt
- nb
- nl
- pl
- pt
- ro
- ru
- sk
- sv
- th
- tr
- uk
- uz
- vi
- zh
- zhtw
-
Please submit a PR with a new locale if you need it. In order to create a new locale, you could translate it automatically with node scripts/create-locale which will use google translate.
Please follow semantic-release message format.
Example:
feat(locales): add locale XX`