Example #1
0
 /**
  * Load all possible locales.
  *
  * @return $this
  */
 public function loadLocales()
 {
     foreach ($this->source->getLocales() as $locale) {
         $this->loadCatalogue($locale);
     }
     return $this;
 }