Skip to content

Instantly share code, notes, and snippets.

View danperrout's full-sized avatar
👍

Daniel danperrout

👍
View GitHub Profile
@danperrout
danperrout / language.js
Created March 20, 2019 18:35 — forked from GustavoEmmel/language.js
Joi pt-BR language
'use strict';
const internals = {};
exports.errors = {
root: 'value',
key: '"{{!key}}" ',
messages: {
wrapArrays: true
},