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); }