Yaffs site version 1.1
[yaffs-website] / vendor / symfony / translation / Translator.php
index ac0d757a9a75d083becfeab093c35b3a2c4d4455..0e3dd06c5d39f551d873cf7e80cd88a704c7c3ee 100644 (file)
@@ -424,7 +424,7 @@ EOF
 
         foreach ($this->computeFallbackLocales($locale) as $fallback) {
             if (!isset($this->catalogues[$fallback])) {
-                $this->loadCatalogue($fallback);
+                $this->initializeCatalogue($fallback);
             }
 
             $fallbackCatalogue = new MessageCatalogue($fallback, $this->catalogues[$fallback]->all());