From 359ca85c22e97645a413d25583c801ddd7f3ea57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 10 Nov 2023 12:22:30 +0100 Subject: [PATCH] Remove locales key --- DependencyInjection/Configuration.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 1dc5166..719e952 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -69,7 +69,6 @@ class Configuration implements ConfigurationInterface { ] ], 'translate' => [], - 'locales' => '%kernel.translator.fallbacks%', 'languages' => [ 'en_gb' => 'English' ], @@ -229,8 +228,6 @@ class Configuration implements ConfigurationInterface { ->scalarPrototype()->end() ->end() #TODO: see if we can't prevent key normalisation with ->normalizeKeys(false) - ->scalarNode('locales')->cannotBeEmpty()->defaultValue($defaults['locales'])->end() - #TODO: see if we can't prevent key normalisation with ->normalizeKeys(false) ->arrayNode('languages') ->treatNullLike([]) ->defaultValue($defaults['languages']) -- 2.41.0