From 86fd18f1194109a3fff1f84110fe158fd5cf6811 Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Thu, 3 May 2018 17:05:42 +0200 Subject: [PATCH] dev #74865 update default locale to fr --- library/ZendAfi/Locale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ZendAfi/Locale.php b/library/ZendAfi/Locale.php index 980366db292..a83492354cb 100644 --- a/library/ZendAfi/Locale.php +++ b/library/ZendAfi/Locale.php @@ -25,6 +25,6 @@ class ZendAfi_Locale extends Zend_Locale { static::$_auto = null; static::$_browser = null; static::$_environment = null; - static::$_default = 'en'; + static::$_default = 'fr'; } } \ No newline at end of file -- GitLab