diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index 2d005eaa..57af3d1c 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -1,10 +1,10 @@ $value) { - if (isset($spanish[$key])) { - $tmp[$key] = $spanish[$key]; - } else { - $tmp[$key] = $value; - } - } - - $json = json_encode($tmp, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT); - file_put_contents($out, $json); -}