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'm currently working on internationalizing our application. This also includes all our validation messages. To get this to work properly for the default messages
I moved them to our translation files (ember-intl),
updated our validations/messages.js to hold the translation paths,
set the rawOutput to true in the environment.js and
implemented a template helper to render the correct translation with all the needed context.
This works as expected, except for the provided descriptions.
Hey there, 👋
I'm currently working on internationalizing our application. This also includes all our validation messages. To get this to work properly for the default messages
This works as expected, except for the provided descriptions.
Example
Validation when creating the changeset
RawOutput
The rendered description in the rawOutput is basically the key, but should be the description provided by the validation, if present. 🤔
I hope I did not overlook something that could result in the correct behaviour for our application.
I could also try to provide a PR for this issue.
Thanks ✨ Mel
Version used
"ember-changeset-validations": "4.1.1",
The text was updated successfully, but these errors were encountered: