From 49512b153ccd46d025960f4b220977ea93895e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Mon, 3 Oct 2022 15:59:52 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9sactiver=20le=20script=20de=20trad=20aut?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index c74710c3..7e500520 100644 --- a/core/core.php +++ b/core/core.php @@ -422,13 +422,14 @@ class common // Traduction des dialogues // --- A COMMENTER -------- - + /* $l = 'pt_PT'; if (file_exists(self::I18N_DIR . $l . '.json')) { foreach (self::$dialog as $key => $value) { helper::googleTranslate('fr', $l, $key); } } + */