1.0.0 • Published 11 months ago

yup-locale-zh-th v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

yup-locales

Localizations for jquense/yup.

Install

npm install -S yup-locales

Usage

import { fr } from 'yup-locales';
import { setLocale } from 'yup';
setLocale(fr);

Locales

Locales implemented:

  • ar
  • da
  • de
  • es
  • fr
  • he
  • id
  • it
  • nb
  • nl
  • pt
  • tr
  • lt
  • pl
  • sk
  • ru
  • cs

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

1.0.0

11 months ago