You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: