yup-locales
v1.2.28
Published
Localizations for [jquense/yup](https://github.com/jquense/yup).
Readme
yup-locales
Localizations for jquense/yup.
Install
npm install -S yup-localesUsage
import { fr } from 'yup-locales';
import { setLocale } from 'yup';
setLocale(fr);Locales
Locales implemented:
arbgbscsdadeenesetfifrhehuiditjakoltnbnlplptrorusksvthtrukuzvizhzhtw
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
