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
12 changes: 11 additions & 1 deletion platform/translation_process/machine_translation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: machine_translation
title: Machine Translation
sidebar_label: Machine Translation
image: /img/og-images/machine-translation.png
image: /img/og-images/machine-translation.png
---

import { ScreenshotWrapper } from '../shared/_ScreenshotWrapper';
Expand All @@ -26,6 +26,16 @@ Currently, we support the following machine translation providers:
- Microsoft Azure Translator
- [AI Translator](ai_translator)

## Context for machine translations

When Tolgee requests a translation from DeepL, it also sends the key description and nearby keys (+ translations) as context. DeepL uses the description to choose the right meaning, tone and grammatical form of the translated text.

There is nothing to configure. If a key has a description, Tolgee passes it to DeepL automatically. Keys without a description are translated the same way as before.

:::tip
This helps most with short and ambiguous strings. Describe where the text appears and what it does, for example "Label of the delete button in project settings". Short and factual descriptions work best.
:::

## Machine translation suggestions

Machine translation suggestions are available in the translation editor.
Expand Down
Loading