zendframework / zend-form

Form component from Zend Framework
BSD 3-Clause "New" or "Revised" License
69 stars 87 forks source link

Translate messages in FormElementErrors view helper #105

Closed RalfEggert closed 6 years ago

RalfEggert commented 8 years ago

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.

froschdesign commented 6 years ago

Fixed with 2.11.0