laminas-form icon indicating copy to clipboard operation
laminas-form copied to clipboard

Translate MultiCheckbox error message

Open michalbundyra opened this issue 6 years ago • 0 comments

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.



Originally posted by @GeeH at https://github.com/zendframework/zend-form/issues/88

michalbundyra avatar Jan 15 '20 19:01 michalbundyra