Skip to content

Instantly share code, notes, and snippets.

View joaowillamy's full-sized avatar
✔️
Test your code

joaowillamy

✔️
Test your code
View GitHub Profile
@joaowillamy
joaowillamy / yup.locale.pt-br.js
Created April 11, 2020 19:56 — forked from max10rogerio/yup.locale.pt-br.js
Translation of the main messages from the Yup library into the Pt-Br language.
// For more infos, see: https://github.com/jquense/yup/blob/master/src/locale.js
import { setLocale } from 'yup'
const translation = {
mixed: {
default: '${path} é inválido',
required: '${path} é um campo obrigatório',
oneOf: '${path} deve ser um dos seguintes valores: ${values}',
notOneOf: '${path} não pode ser um dos seguintes valores: ${values}',
},