From e1e170263366dc7d54027e84a54809e7860603ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 28 Jul 2021 08:17:43 +0200 Subject: [PATCH] Switch to new full locale naming --- DependencyInjection/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index ece6c29..7b965a0 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -54,7 +54,7 @@ class Configuration implements ConfigurationInterface { 'translate' => [], 'locales' => '%kernel.translator.fallbacks%', 'languages' => [ - 'en' => 'English' + 'en-gb' => 'English' ], 'contact' => [ 'name' => 'John Doe', -- 2.41.0