ember-intl / cp-validations

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

app/validators/messages.js seems to be necessary #48

Open saintsebastian opened 5 years ago

saintsebastian commented 5 years ago

Simple export { default } from 'ember-intl-cp-validations/validators/messages' seems to be necessary for locals translations to override default validation messages, even if they are placed in errors key. Observed in several apps. That seems to be either a bug or a docs omission. I'm glad to aid in fixing or documenting it.