Steps to reproduce:
1. Install Drupal (tested on 8.7.5) in English
2. Enable modules content_moderation, content_translation
3. Add a Language (e.g. German)
4. Enable translations of Article and Editorial Workflow
5. Create a new Article content and set it into published state in default language (English):
6. Add a German translation to the Article content, save it to Draft state
7. Go to /admin/content, see only the English version of the article appears in the List
Expected is that in point 7, admin content view shows English (Published) and German (Unpublished) versions of the article.
Note: If you keep both translations in Draft state, both items properly appear in the admin content view
Side Bug 1: The "moderated content" view properly displays the draft German article, however the "Content Type" column is empty.
Side Bug 2: If you edit the German translation of the Article and change moderation state from Draft to Published, it appears correctly in the admin content view. However, as you change the state of the Article from Published back to Draft, it appears in the admin content view with wrong "Published" state.