From 0e34e1234a288e5f37c759e72a0bde11ac383998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Tue, 25 Aug 2026 08:42:18 +0200 Subject: [PATCH 1/4] Benefits section for the translations management guide. --- .../translations_management_guide.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/multisite/translations_management/translations_management_guide.md b/docs/multisite/translations_management/translations_management_guide.md index 85dd22b2c0..0aa380dabd 100644 --- a/docs/multisite/translations_management/translations_management_guide.md +++ b/docs/multisite/translations_management/translations_management_guide.md @@ -109,3 +109,27 @@ Developers can [extend the translations management](extend_translations_manageme - add support for custom fields - add custom content type exclusion rules - tap into the translation lifecycle with [events](translations_management_events.md) + +## Benefits + +### Streamlined translation process + +Translations management reduces the time needed to create and publish multilingual content. +Editors can initiate machine translation directly from the content editing interface and work on the result immediately in the side-by-side translation view, without having to switch between contexts or to another translation tool. + +### Better translation quality and consistency + +Automatic translations are marked for review, allowing editors to accept or reject translations directly in the side-by-side translation view. +This eliminates the need for a separate workflow or tool. + +With the side-by-side translation view, editors can conveniently compare source and target content while editing. +Seeing the translation in context makes it easier to identify omissions, inconsistencies, and translation errors. + +### Flexible support for different translation providers + +Regardless of technical and conceptual differences, the experience of working with various translation providers is the same. +Administrators can assign providers to specific language pairs and editors can override the assignment when needed. + +### Readiness for automated processing + +The CLI command enables bulk translation and integration with automated processes, which can help you reduce manual effort for large content volumes. From ecaaa07b5632884eb44d25b6c4810d396eb1753d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Tue, 25 Aug 2026 11:17:15 +0200 Subject: [PATCH 2/4] Apply suggestion from @julitafalcondusza --- .../translations_management/translations_management_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/multisite/translations_management/translations_management_guide.md b/docs/multisite/translations_management/translations_management_guide.md index 0aa380dabd..53b250ee72 100644 --- a/docs/multisite/translations_management/translations_management_guide.md +++ b/docs/multisite/translations_management/translations_management_guide.md @@ -132,4 +132,4 @@ Administrators can assign providers to specific language pairs and editors can o ### Readiness for automated processing -The CLI command enables bulk translation and integration with automated processes, which can help you reduce manual effort for large content volumes. +The CLI command enables integration with automated processes, which can help you reduce manual effort for large content volumes. From 4b08f73e9addaa7b0b1783cfa4c774db407cd22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Wed, 26 Aug 2026 08:42:18 +0200 Subject: [PATCH 3/4] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .../translations_management/translations_management_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/multisite/translations_management/translations_management_guide.md b/docs/multisite/translations_management/translations_management_guide.md index 53b250ee72..4e9570d97e 100644 --- a/docs/multisite/translations_management/translations_management_guide.md +++ b/docs/multisite/translations_management/translations_management_guide.md @@ -115,7 +115,7 @@ Developers can [extend the translations management](extend_translations_manageme ### Streamlined translation process Translations management reduces the time needed to create and publish multilingual content. -Editors can initiate machine translation directly from the content editing interface and work on the result immediately in the side-by-side translation view, without having to switch between contexts or to another translation tool. +Editors can initiate machine translation directly from the content editing interface and work on the result immediately in the side-by-side translation view, without having to switch contexts or use another translation tool. ### Better translation quality and consistency From dff9cdfe8ceafaccadecfcdf1986367698ba4274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Wed, 26 Aug 2026 08:44:43 +0200 Subject: [PATCH 4/4] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .../translations_management/translations_management_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/multisite/translations_management/translations_management_guide.md b/docs/multisite/translations_management/translations_management_guide.md index 4e9570d97e..f01b85c7ca 100644 --- a/docs/multisite/translations_management/translations_management_guide.md +++ b/docs/multisite/translations_management/translations_management_guide.md @@ -119,7 +119,7 @@ Editors can initiate machine translation directly from the content editing inter ### Better translation quality and consistency -Automatic translations are marked for review, allowing editors to accept or reject translations directly in the side-by-side translation view. +Machine-translated drafts are marked for review, allowing editors to accept or reject them directly in the side-by-side translation view. This eliminates the need for a separate workflow or tool. With the side-by-side translation view, editors can conveniently compare source and target content while editing.