yup-locale-zh-th
v1.0.0
Published
yup locale pakage for chinese and thai language support
Downloads
8
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:
ardadeesfrheiditnbnlpttrltplskrucs
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
