ZF-7180: Zend_Captcha validation messages are not static which makes them harder to translate
Description
I use one translate adapter for all my forms, but cannot seem to translate the captcha error messages.
For example, it's really easy to be able to define
Zend_Validate_NotEmpty::IS_EMPTY => 'Some localized errormessage'
but this seems impossible with the current CAPTCHA adapter.
Comments
Posted by Stanislav Malyshev (stas) on 2009-11-24T17:04:33.000+0000
I'm not sure I understand the problem... Captcha adapters do have message templates, e.g. recaptcha:
vs. NotEmpty
So what exactly is missing for you there?
Posted by Stanislav Malyshev (stas) on 2010-04-07T17:55:46.000+0000
The problem not clear, please reopen with clarification if needed.