Code cleaning

This commit is contained in:
Fred Tempez 2023-01-17 16:01:28 +01:00
parent bfa1e60e4e
commit 84e01a2a35
1 changed files with 1 additions and 11 deletions

View File

@ -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');