X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/33ebdd43fbe7c0c3f646b889add3dd305bb2b28e..99cbf1604fcbf9a17488abe20954797c17eb2fd2:/DependencyInjection/Configuration.php diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 2c4c7d1..caa585f 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -96,6 +96,9 @@ class Configuration implements ConfigurationInterface { ], 'locale' => '%kernel.default_locale%', 'locales' => '%kernel.translator.fallbacks%', + //XXX: revert to underscore because of that shit: + //XXX: see https://symfony.com/doc/current/components/config/definition.html#normalization + //XXX: see https://github.com/symfony/symfony/issues/7405 'languages' => '%rapsys_user.languages%', 'path' => [ 'cache' => '%kernel.project_dir%/var/cache',