From d1fc4fc2d86d587568fd55a95683d60feca8baa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sat, 8 Oct 2022 16:45:02 +0200 Subject: [PATCH] setlocale pour la classe strftime --- core/core.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core.php b/core/core.php index b576456d..726228a4 100644 --- a/core/core.php +++ b/core/core.php @@ -350,6 +350,7 @@ class common if (!file_exists(self::I18N_DIR . self::$i18nUI . '.json')) { self::$i18nUI = 'fr_FR'; } + \setlocale(LC_TIME, self::$i18nUI . '.UTF-8'); // Utilisateur connecté if ($this->user === []) {