Exemplo n.º 1
0
 /**
  * Preparethe translation.
  *
  * @return void
  */
 private function prepareTranslation()
 {
     $this->easyLanguage->_readStrings();
     $this->languages = $this->easyLanguage->getLanguages();
     $this->hideLangs = $this->easyLanguage->getHideLangs();
     $this->definitions = $this->easyLanguage->getDefinitions();
     $this->strings = $this->easyLanguage->getStrings();
 }