zendframework / zend-form

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

Translate MultiCheckbox error message #88

Open GeeH opened 8 years ago

GeeH commented 8 years ago

This issue has been moved from the zendframework repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html


Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7657 User: @dafap Created On: 2016-01-05T16:17:35Z Updated At: 2016-02-13T15:37:21Z Body Since 2.4.8 release, the error message of a multicheckbox is not translated for IS_EMPTY error. It worked with Zend\InputFilter\Input::injectNotEmptyValidator() that is now deprecated.


Comment

User: @marciodojr Created On: 2016-01-20T20:58:54Z Updated At: 2016-01-20T20:58:54Z Body I tried to translate the validations too (with zf2 pre-translated validation messages) and for me the MultiCheckbox and Radios don't translate IS_EMPTY (Value is required and can't be empty). With all the others fields the IS_EMPTY translation works nicely.


michalbundyra commented 4 years ago

This repository has been closed and moved to laminas/laminas-form; a new issue has been opened at https://github.com/laminas/laminas-form/issues/40.