12100 Remove comment code
This commit is contained in:
parent
5287696476
commit
6e46a49287
@ -344,19 +344,6 @@ class common
|
||||
\setlocale(LC_TIME, self::$i18nContent . '.UTF8');
|
||||
}
|
||||
|
||||
/**
|
||||
* A masquer, comparaison des fichiers de langues
|
||||
*/
|
||||
/*
|
||||
$fr = json_decode(file_get_contents('site/i18n/fr_FR.json'), true);
|
||||
$pt = json_decode(file_get_contents('site/i18n/pt_PT.json'), true);
|
||||
$intersec = array_intersect_key($pt, $fr);
|
||||
$dif = array_diff_key($fr, $pt);
|
||||
$merge = array_merge($dif, $intersec);
|
||||
file_put_contents('site/i18n/pt.json', json_encode($merge, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT));
|
||||
exit();
|
||||
*/
|
||||
|
||||
// Instanciation de la classe des entrées / sorties
|
||||
// Récupère les descripteurs
|
||||
foreach ($this->dataFiles as $keys => $value) {
|
||||
|
Loading…
Reference in New Issue
Block a user