I am running into a situation where I change the locale in the intl service but the model's validation error message does not update for the new locale.
If I trigger a different error, then it will update the locale correctly.
Is there some sort of caching going on? Or maybe a missing watcher for the locale in model validations?
I am running into a situation where I change the locale in the
intl
service but the model's validation error message does not update for the new locale. If I trigger a different error, then it will update the locale correctly.Is there some sort of caching going on? Or maybe a missing watcher for the
locale
in model validations?