Exemple #1
0
 /**
  * Register i18n files from ext_dir/i18n/
  */
 public function registerTranslates()
 {
     $i18n_dir = $this->path . '/i18n';
     Minz_Translate::registerPath($i18n_dir);
 }