From 6eeedd32aeaba62e422d436b73c46c84641607ff Mon Sep 17 00:00:00 2001 From: Mat Date: Wed, 23 May 2018 14:31:17 +0200 Subject: [PATCH] change la locale du site, pour voir FOS dans sa langue --- app/config/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/config.yml b/app/config/config.yml index 60cce0b..efc8f4f 100755 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -9,7 +9,7 @@ imports: # Put parameters here that don't need to change on each machine where the app is deployed # https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration parameters: - locale: en + locale: fr framework: #esi: ~ -- GitLab