diff --git a/framework/core/src/Frontend/AbstractFrontend.php b/framework/core/src/Frontend/AbstractFrontend.php index af4fc954e..8b112a0e7 100644 --- a/framework/core/src/Frontend/AbstractFrontend.php +++ b/framework/core/src/Frontend/AbstractFrontend.php @@ -158,7 +158,7 @@ abstract class AbstractFrontend */ private function addTranslations(FrontendView $view) { - $translations = array_get($this->locales->getTranslator()->getMessages(), 'messages', []); + $translations = array_get($this->locales->getTranslator()->getCatalogue()->all(), 'messages', []); $translations = $this->filterTranslations($translations);