Background of the issue:
I am trying to manage a multilingual news website where some articles are published in one language only, while others have translations. Authors upload and save articles as drafts for admin review. When an article has both original and translated versions, each version is saved separately as a draft. The issue can be seen here: versteckter Link
Symptoms:
When the administrator publishes an article in one language, the translated version is automatically published without admin approval.
Questions:
How can we ensure that articles in different languages each require manual approval by the administrator before being published?