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
However, you must modify the `config/bundles.php` file to change the bundle loading order so tha `IbexaAutomatedTranslationBundle` is loaded before `IbexaAdminUiBundle`:
35
+
However, you must modify the `config/bundles.php` file to change the bundle loading order so that `IbexaAutomatedTranslationBundle` is loaded before `IbexaAdminUiBundle`:
@@ -94,19 +94,19 @@ The following example adds a new translation service.
94
94
It uses the [AI actions framework](ai_actions_md) and assumes a custom `TranslateAction` AI Action exists.
95
95
To learn how to build custom AI actions see [Extending AI actions](extend_ai_actions.md#custom-action-type-use-case).
96
96
97
-
1. Create a service that implements the [`\Ibexa\AutomatedTranslation\Client\ClientInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-AutomatedTranslation-Client-ClientInterface.html) interface
97
+
1. Create a service that implements the [`\Ibexa\AutomatedTranslation\Client\ClientInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-AutomatedTranslation-Client-ClientInterface.html) interface:
@@ -122,7 +122,7 @@ The whole automated translation process consists of 3 phases:
122
122
1. **Translating** - the serialized XML is sent into specified translation service
123
123
1. **Decoding** - the translated response is deserialized into the original data structures for storage in [[= product_name =]]
124
124
125
-
The following example adds support for automatically translating alternative text in image fields by using the [AI Actions](ai_actions.md).
125
+
The following example adds support for automatically translating alternative text in image fields.
126
126
127
127
1. Create a class implementing the [`FieldEncoderInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-AutomatedTranslation-Encoder-Field-FieldEncoderInterface.html) and add the required methods:
0 commit comments