diff --git a/core/core.php b/core/core.php index b42c0b2f..0bb276e3 100644 --- a/core/core.php +++ b/core/core.php @@ -469,17 +469,7 @@ class common self::$dialog = array_merge(self::$dialog, $d); } } - - // Éditer les dialogues - // --- A COMMENTER -------- - /* - $l = 'en'; - if (file_exists(self::I18N_DIR . $l . '.json')) { - foreach (self::$dialog as $key => $value) { - helper::googleTranslate($l, $key); - } - }*/ - + // Mise à jour des données core if ($this->getData(['core', 'dataVersion']) !== intval(str_replace('.', '', self::ZWII_VERSION))) include('core/include/update.inc.php');