Exemplo n.º 1
0
 /**
  * Translations View.
  *
  * @return void
  */
 private function translations()
 {
     if ($this->project->langs) {
         $this->prepareTranslation();
         $this->default_file = $this->easyLanguage->getDefaultFile();
     }
     $this->setLayout('translations');
 }