예제 #1
0
파일: Translator.php 프로젝트: vvval/spiral
 /**
  * Load all possible locales.
  *
  * @return $this
  */
 public function loadLocales()
 {
     foreach ($this->source->getLocales() as $locale) {
         $this->loadCatalogue($locale);
     }
     return $this;
 }