Closed MichaelKohler closed 2 years ago
After thinking about this, I don't think translating the validation error messages into all languages makes sense. Some of these are very language specific.
On the other hand, we are using the EN validation file as a fallback, so we'd expose English strings for those. Needs more exploration.
After exploring this for a bit, I think the approach here could be the following:
default.js
default.js
While this is not perfect, I feel this is a reasonable way forward without having to implement the full localization infra on the backend.
:tada: This issue has been resolved in version 2.13.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Currently the exact validation error messages are coming from the backend. These should be localized too. We need to figure out a reasonable way to do this.