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