From 3b17ad9e40d44599329d91b30e4c684bc3698501 Mon Sep 17 00:00:00 2001 From: Berny Cantos Date: Fri, 29 May 2015 17:20:45 +0200 Subject: [PATCH] fix jms-i18n setup --- app/config/config.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/config/config.yml b/app/config/config.yml index 13ca86a0..8e4008c1 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -117,13 +117,14 @@ hwi_oauth: sandbox: %bamboo_social_paypal_client_is_sandbox% jms_i18n_routing: - default_locale: %locale% + strategy: prefix_except_default # - # This value is not used anymore. Please, take a look at services.yml file - # in this folder. All references to this parameter are overridden + # Locale values exist here only for validation purposes. + # All references to this configuration are overriden. + # See common/services.yml file in this folder for more insight. # + default_locale: en locales: [en] - strategy: prefix_except_default # # Elcodi related configuration