Skip to content

Commit d52c55d

Browse files
dabrtmnocon
authored andcommitted
Tiny wording fixes
1 parent 29252fc commit d52c55d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/multisite/languages/automated_translations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: With the automated translation add-on, users can translate content
77
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 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:
1111

1212
- in pages: [TextBlock](../../content_management/field_types/field_type_reference//textblockfield.md) and [RichText](../../content_management/field_types/field_type_reference//richtextfield.md)
1313
- 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
2020

2121
### Install package
2222

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:
2424

2525
```bash
2626
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
8080

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

83-
- create a service that implements the ` Ibexa\AutomatedTranslation\Client\ClientInterface`
83+
- create a service that implements ` Ibexa\AutomatedTranslation\Client\ClientInterface`
8484
- implement the `translate` method
8585
- in `services.yaml` file, tag the service as `ibexa.automated_translation.client`

0 commit comments

Comments
 (0)