From f5e6992d968ffa216cf87f18131ae09ceb3afb13 Mon Sep 17 00:00:00 2001 From: kruglikov Date: Wed, 24 Aug 2016 18:37:01 +0300 Subject: [PATCH] Fix the error in code example --- configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.rst b/configuration.rst index 8d8da27b2a4..0706b716b50 100644 --- a/configuration.rst +++ b/configuration.rst @@ -244,7 +244,7 @@ key: $container->setParameter('locale', 'en'); $container->loadFromExtension('framework', array( - 'default_locale' => '%en%', + 'default_locale' => '%locale%', // ... ));