Skip to content

Commit 29252fc

Browse files
dabrtmnocon
authored andcommitted
Update the feature description
1 parent 75ffc1c commit 29252fc

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

docs/multisite/languages/automated_translations.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
---
2-
description: With the automated translation add-on, users can translate content items into multiple languages with Google Translate and other machine translation engines.
2+
description: With the automated translation add-on, users can translate content items into multiple languages with Google Translate or DeepL.
33
---
44

55
# Automated content translation
66

7-
The automated translation add-on package allows users have content items machine-translated into multiple languages by using external translation engines like Google Translate and DeepL.
7+
The automated translation add-on package allows users have content items machine-translated into multiple languages by using either Google Translate or DeepL external translation engine.
88
The package integrates with [[= product_name =]], and allows users to [request from the UI]([[= user_doc =]]/content_management/translate_content.md#add-translations) that a content item is translated.
99
However, you can also run an API command to translate a specific content item.
10-
Either way, as a result, a new version of a content item is created with all [translatable fields](languages.md#translatable-and-untranslatable-fields) translated into a target language.
10+
Either way, as a result, a new version of the content item is created with the following [translatable fields](languages.md#translatable-and-untranslatable-fields) translated into a target language:
11+
12+
- in pages: [TextBlock](../../content_management/field_types/field_type_reference//textblockfield.md) and [RichText](../../content_management/field_types/field_type_reference//richtextfield.md)
13+
- in other content types: [TextLine](../../content_management/field_types/field_type_reference//textlinefield.md) and RichText
14+
15+
!!! note "DeepL limitations"
16+
17+
At this point a list of languages available when using DeepL is limited to English, German, French, Spanish, Italian, Dutch, Polish and Japanese.
1118

1219
## Configure automated content translation
1320

@@ -63,12 +70,12 @@ ibexa_automated_translation:
6370
To create a machine translation of a specific content item, run the following command:
6471
6572
```shell
66-
php bin/console ibexatranslate [contentId] [serviceName] --from=eng-GB --to=fre-FR
73+
php bin/console TranslateContentCommand [contentId] [serviceName] --from=eng-GB --to=fre-FR
6774
```
6875

6976
## Add a custom machine translation service
7077

71-
You can configure the automated translation package to use a custom machine translation service.
78+
By default, the automated translation package can connect to Google Translate or DeepL, but you can configure it to use a custom machine translation service.
7279
You would do it, for example, when a new service emerges on the market, or your company requires that a specific service is used.
7380

7481
To add a custom engine to a list of available translation services, do the following:

0 commit comments

Comments
 (0)