Exemplo n.º 1
0
 protected function _initTranslator()
 {
     Core_Model_Translator::prepare(strtolower($this->getRequest()->getModuleName()));
     return $this;
 }