You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/multisite/languages/automated_translations.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: With the automated translation add-on, users can translate content
7
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 the content item is created with the following [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 [translatable fields](languages.md#translatable-and-untranslatable-fields) of the following types translated into a target language:
11
11
12
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
13
- in other content types: [TextLine](../../content_management/field_types/field_type_reference//textlinefield.md) and RichText
@@ -20,7 +20,7 @@ Either way, as a result, a new version of the content item is created with the f
20
20
21
21
### Install package
22
22
23
-
Automated content translation support comes as an additional package that needs to be downloaded and installed separately:
23
+
Automated content translation support comes as an additional package that you must download and install separately:
24
24
25
25
```bash
26
26
composer require ibexa/automated-translation
@@ -80,6 +80,6 @@ You would do it, for example, when a new service emerges on the market, or your
80
80
81
81
To add a custom engine to a list of available translation services, do the following:
82
82
83
-
- create a service that implements the ` Ibexa\AutomatedTranslation\Client\ClientInterface`
83
+
- create a service that implements ` Ibexa\AutomatedTranslation\Client\ClientInterface`
84
84
- implement the `translate` method
85
85
- in `services.yaml` file, tag the service as `ibexa.automated_translation.client`
0 commit comments