ZF-3736: Add translator to missing messages in Zend_Filter_Input
Description
There is no translation for missing messages
MISSING_MESSAGE => 'missingMessage';=> "Field '%field%' is required by rule '%rule%', but the field is missing"
NOT_EMPTY_MESSAGE => 'notEmptyMessage'=> "You must give a non-empty value for field '%field%'",
You can set them in options. But it would be nice , to have automatic translation like in Zend_Validate classes
Comments
Posted by Thomas Weidner (thomas) on 2008-07-24T03:48:30.000+0000
This improvement is no change of Zend_Translate therefor this component is deleted from the components list to change.
Posted by Thomas Weidner (thomas) on 2009-10-16T14:48:53.000+0000
New feature added with r18618