kristianmandrup / schema-to-yup

Schema to Yup validation
Other
281 stars 51 forks source link

Add yup custom locale dictionary support #90

Closed gabrielburich closed 2 years ago

gabrielburich commented 3 years ago

What did I do

Added a locale property to the configuration object. If it is informed, the locale is set in yup.

I tested the change and it worked. I ran the tests and didn't break any tests that were working.

kristianmandrup commented 2 years ago

Awesome! Thanks @gabrielburich

kristianmandrup commented 2 years ago

I'm adding your locale fix to the latest commit and release

kristianmandrup commented 2 years ago

I've just published 1.10.4 with your locale fix and a bunch of other fixes and improvements from the past 2 years since last release. I've also added you as collaborator so you can more easily add fixes in the future.

gabrielburich commented 2 years ago

awesome! Thank you!