]> Raphaël G. Git Repositories - userbundle/commitdiff
Switch to new full locale naming 0.1.9
authorRaphaël Gertz <git@rapsys.eu>
Wed, 28 Jul 2021 06:17:43 +0000 (08:17 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 28 Jul 2021 06:17:43 +0000 (08:17 +0200)
DependencyInjection/Configuration.php

index ece6c297dea6e09b9cd941b8c287f7da07e6da6e..7b965a056fb34dd8970de73411bcb24605324767 100644 (file)
@@ -54,7 +54,7 @@ class Configuration implements ConfigurationInterface {
                        'translate' => [],
                        'locales' => '%kernel.translator.fallbacks%',
                        'languages' => [
-                               'en' => 'English'
+                               'en-gb' => 'English'
                        ],
                        'contact' => [
                                'name' => 'John Doe',