mikeerickson / validatorjs

A data validation library in JavaScript for the browser and Node.js, inspired by Laravel's Validator.
https://www.npmjs.com/package/validatorjs
MIT License
1.77k stars 280 forks source link

Validator.useLang("pt") and pt-br Error and the Solution ! #319

Closed jorgermduarte closed 5 years ago

jorgermduarte commented 5 years ago

I debuged the respective error and found the solution:

jorgermduarte commented 5 years ago

imagem

jorgermduarte commented 5 years ago

Sended a commit with all the languages detected with the same problem.

garygreen commented 5 years ago

Closing in favour of #324