|
1 | 1 | --- |
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. |
3 | 3 | --- |
4 | 4 |
|
5 | 5 | # Automated content translation |
6 | 6 |
|
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. |
8 | 8 | 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. |
9 | 9 | 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. |
11 | 18 |
|
12 | 19 | ## Configure automated content translation |
13 | 20 |
|
@@ -63,12 +70,12 @@ ibexa_automated_translation: |
63 | 70 | To create a machine translation of a specific content item, run the following command: |
64 | 71 |
|
65 | 72 | ```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 |
67 | 74 | ``` |
68 | 75 |
|
69 | 76 | ## Add a custom machine translation service |
70 | 77 |
|
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. |
72 | 79 | You would do it, for example, when a new service emerges on the market, or your company requires that a specific service is used. |
73 | 80 |
|
74 | 81 | To add a custom engine to a list of available translation services, do the following: |
|
0 commit comments