/**
  * @param $name
  *
  * @return string
  */
 public function __get($name)
 {
     return $this->translate->_($name);
 }