joi-ja
v0.0.4
Published
Joi's language file for Japanese
Downloads
18
Readme
joi-ja
Joi's language.js file for Japanese. The translation is currently work in progress so any pull request is welcome if there's anyone willing to do this.
Install
$ yarn install joi-ja
# Or
$ npm i --save joi-ja
Usage
Import the JSON file and specify within the config when you validate.
import joiJa from 'joi-ja'
Joi.validate(value, schema, {
language: joiJa
})