Created
August 23, 2013 10:36
-
-
Save manuakasam/6317890 to your computer and use it in GitHub Desktop.
Enable Translations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use Zend\Validator\AbstractValidator; | |
public function onBootstrap($e) | |
{ | |
$translator = $e->getApplication()->getServiceManager()->get('translator'); | |
AbstractValidator::setDefaultTranslator($translator); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment