In rc.14 translation of the messages was working just fine,
now if I change the Valdator.addLocale to Validator.localize the messages won't be traduced.
Also, some weird behavior with the before rule can be seen in the sandbox.
I don't know if this is related to the rc.18 or rc.14
You didn't pass the locale object to localize, first parameter is the locale name, the second is the locale object itself.
Thanks, but what is going on with the before rule, it only works with the date_format rule in the input.
But doesn't work with the global config:
Vue.use(VeeValidate, {
dictionary: {
dateFormat: 'YYYY-MM-DD'
}
});
My bad sorry, I formatted the date to a different format than the input provides.