Skip to content
Closed
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
22 changes: 21 additions & 1 deletion guides/internationalization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,27 @@

### 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:

<Steps>
<Step title="Open translation settings">
Go to your [deployment settings](https://dashboard.mintlify.com/settings/deployment/translations) in the dashboard and navigate to the **Translations** page.
</Step>
<Step title="Configure target languages">
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.
</Step>
<Step title="Save your configuration">
Click **Save configuration** to activate continuous translations. The status indicator changes to **Active** once translations are enabled.

Check warning on line 312 in guides/internationalization.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

guides/internationalization.mdx#L312

In general, use active voice instead of passive voice ('are enabled').
</Step>
</Steps>

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.

<Note>
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.
</Note>

### External translation providers

Expand Down
Loading