ember-intl / cp-validations

ember-intl support for ember-cp-validations
MIT License
10 stars 13 forks source link

Validation messages do not update with locale change #50

Open locks opened 5 years ago

locks commented 5 years ago

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?

jasonmit commented 5 years ago

Or maybe a missing watcher for the locale in model validations?

This is the issue.

Some more context: https://github.com/jasonmit/ember-i18n-cp-validations/issues/24