From 075f2f48eaa062d66e7d0f41cb4749086aa36258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Tue, 4 Oct 2022 14:33:07 +0200 Subject: [PATCH] stoper la capture --- core/class/helper.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/class/helper.class.php b/core/class/helper.class.php index 20e8d598..0bc41a9e 100644 --- a/core/class/helper.class.php +++ b/core/class/helper.class.php @@ -27,7 +27,7 @@ class helper public static function translate($text) { - helper::googleTranslate('fr_FR', 'fr_FR', $text); + //helper::googleTranslate('fr_FR', 'fr_FR', $text); return (array_key_exists($text, core::$dialog) && !empty(core::$dialog[$text]) ? core::$dialog[$text] : $text); }