Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-7912: Describe automated translation feature #301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions docs/content_management/translate_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ After adding a language, you may have to reload the application to be able to us

2\. Go to **Translations** tab and click **+ Add**.

3\. Select the source and target languages and click **Create**.
3\. In the **Create a new translation** modal, select the source and target languages and click **Create**.

All the Fields are then pre-filled with the values they have in the base translation.
If you do not choose a base translation, the Fields remain empty.
Expand All @@ -42,11 +42,22 @@ the same way as when editing only one language.

![Adding a new translation](img/adding_translation.png "Adding a new translation")

### Automated translation

If your application comes with a [properly configured automated translation feature]([[= developer_doc =]]/multisite/languages/automated_translations.md), you can have your content machine-translated into multiple languages by using external translation services like Google Translate and DeepL.

To use it, in the **Create a new translation** modal, select the source and target languages and the **Use automatic translation with...** checkbox.
If more than one service is configured, you can choose either of the available options.

![Automated translation](img/automated_translation.png "Automated translation")

When you click **Create**, all the Fields are pre-filled with the values in target language, provided by the selected translation service.

## Translation comparison

You can compare different versions of the translations of the content item.

1\. [disable the Focus mode](../getting_started/discover_ui.md#disable-focus-mode).
1\. [Disable the Focus mode](../getting_started/discover_ui.md#disable-focus-mode).

2\. In the left panel, go to **Content** -> **Content structure**. Then select a content item.

Expand Down
Loading