From: Raphaƫl Gertz Date: Wed, 28 Jul 2021 06:17:43 +0000 (+0200) Subject: Switch to new full locale naming X-Git-Tag: 0.1.9 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/e1e170263366dc7d54027e84a54809e7860603ab?hp=9685ab92c9a76189112a809478b2a0ca24dfe8d8 Switch to new full locale naming --- 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',