diff --git a/guides/internationalization.mdx b/guides/internationalization.mdx index f4305c7a1..34557b1fe 100644 --- a/guides/internationalization.mdx +++ b/guides/internationalization.mdx @@ -297,7 +297,27 @@ Keep translations accurate and synchronized with your source content. ### Automated translations -For automated translation solutions, [contact the Mintlify sales team](mailto:gtm@mintlify.com). +Mintlify can automatically translate your documentation into other languages using AI. When you enable continuous translations, Mintlify detects content changes in your source language and translates updated pages into your selected target languages. + +To configure automated translations: + + + + Go to your [deployment settings](https://dashboard.mintlify.com/settings/deployment/translations) in the dashboard and navigate to the **Translations** page. + + + Click **Configure** to open the translation setup. Select the languages you want to translate your documentation into. You can search for languages by name or code. + + + Click **Save configuration** to activate continuous translations. The status indicator changes to **Active** once translations are enabled. + + + +After activation, Mintlify translates your documentation pages into the selected languages and opens pull requests with the translated content. You can view past translation jobs and their statuses in the **Translation history** section. + + + Automated translations require that your documentation already has [language directories and navigation](#file-structure) configured for the target languages. Set up your internationalization structure before enabling continuous translations. + ### External translation providers