From 5d62ad4d7de1af24a6325f5b2ce2f2f59ccc4be5 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Wed, 25 Mar 2026 23:03:07 +0000
Subject: [PATCH] Document continuous AI translations in internationalization
guide
Generated-By: mintlify-agent
---
guides/internationalization.mdx | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
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