Skip to content
Merged
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.
13 changes: 12 additions & 1 deletion 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, then 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,6 +42,17 @@ 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), 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.
Expand Down