This repository was archived by the owner on Jun 20, 2025. It is now read-only.
v0.24.0
- [CHANGE]
ErrorFormatter#formatmethod accepts a list of named arguments. - [CHANGE] Constraint errors from Play Framework can be translated using the default bundle (e.g.
@Constraints.Requireduses "error.required" message key, which is then transformed to "main:error.required"). The complete list of errors generated in Play Framework can be found inmessages.default. - [FIX] Form errors and messages generated in Sunrise are now a i18n message key instead of the previous English version. The complete list of message keys can be found in
messages.yaml.