yup-locales-ko

1.2.0 • Public • Published

Yup korean locale

NPM

Meet the yup module in Korean using yup.setLocale().

Install

npm i yup-locales-ko

Usage

import yup from 'yup'
import yupLocalesKo from 'yup-locales-ko'

yup.setLocale(yupLocalesKo)

const schema = yup.object().shape({
  name: yup.string(),
  age: yup.number().min(18)
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    2
  • 1.0.2
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i yup-locales-ko

Weekly Downloads

5

Version

1.2.0

License

MIT

Unpacked Size

7.28 kB

Total Files

8

Last publish

Collaborators

  • wonderlandpark