and
. Translate all text inside tags but keep tags intact. Also note that the original has a stray
after the second h2? Actually original: after "
Congo enters..." but there is a
before that? Let's see: after "tactical rethink.
The match..." So two paragraphs. We'll replicate structure.
I'll write the translated content as a string with HTML. Need to be careful with line breaks? JSON can have newlines inside string, but better to keep as one line or use \n. I'll keep it as a single line with no indentation to avoid issues, but it's fine to have newlines as long as escaped. I'll produce pretty JSON with indentation for readability, but ensure it's valid. For the content, I'll write it as a multi-line string inside the JSON, but in JSON, newlines must be escaped or use \n. I can use actual newlines inside the string if I enclose in quotes? Actually JSON strings can contain literal newlines if they are escaped as \n, but not raw newlines. So I'll replace newlines with \n. Alternatively, I can keep the HTML as a single line. Since it's short, I'll make it a single line to avoid escaping issues. But the original has




