I have some scenarios that I want to set errors to a form element which are not set by any validator and therefore are not translated during output. For example during a failed login I want to set authentication failures to the form elements. These are currently not translated.
I have some scenarios that I want to set errors to a form element which are not set by any validator and therefore are not translated during output. For example during a failed login I want to set authentication failures to the form elements. These are currently not translated.
I already added a PR #104 to solve this issue.