From 9e9136d9be80d89c97493e5980b4c19525623dca Mon Sep 17 00:00:00 2001 From: Daniel Klabbers Date: Mon, 27 Nov 2017 14:18:28 +0100 Subject: [PATCH] re-added a precious line --- framework/core/src/Locale/Translator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/core/src/Locale/Translator.php b/framework/core/src/Locale/Translator.php index 718a59e27..d37f8c8c3 100644 --- a/framework/core/src/Locale/Translator.php +++ b/framework/core/src/Locale/Translator.php @@ -29,6 +29,7 @@ class Translator extends BaseTranslator implements TranslatorContract } else { $this->assertValidLocale($locale); } + $parse = ! isset($this->catalogues[$locale]); $catalogue = parent::getCatalogue($locale);