Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,27 @@
- 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 contexts or use another translation tool.

### Better translation quality and consistency

Machine-translated drafts are marked for review, allowing editors to accept or reject them directly in the side-by-side translation view.

Check notice on line 122 in docs/multisite/translations_management/translations_management_guide.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/multisite/translations_management/translations_management_guide.md#L122

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/multisite/translations_management/translations_management_guide.md", "range": {"start": {"line": 122, "column": 27}}}, "severity": "INFO"}
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 integration with automated processes, which can help you reduce manual effort for large content volumes.
Loading