From 7a86627811da6b7038dd0b9d08a2beb091e0922b Mon Sep 17 00:00:00 2001 From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com> Date: Fri, 4 Apr 2025 02:51:32 -0700 Subject: [PATCH 1/2] Documentation edits made through Mintlify web editor --- navigation/localization.mdx | 40 +++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/navigation/localization.mdx b/navigation/localization.mdx index f00b4b4b1..a11da0762 100644 --- a/navigation/localization.mdx +++ b/navigation/localization.mdx @@ -1,25 +1,25 @@ --- -title: Localization +title: "Localization" --- `"languages"` in your `docs.json` can be leveraged to partition your navigation into different languages. We currently support localization in the following languages: -* Arabic (`ar`) -* Chinese (`cn` or `zh`, `zh-Hans` for Simplified and `zh-Hant` for Traditional) -* English (`en`) -* French (`fr`) -* German (`de`) -* Indonesian (`id`) -* Italian (`it`) -* Japanese (`jp` or `ja`) -* Korean (`ko`) -* Portuguese (`pt`) -* Portuguese (Brazil) (`pt-BR`) -* Russian (`ru`) -* Spanish (`es`) -* Turkish (`tr`) +- Arabic (`ar`) +- Chinese (`cn` or `zh`, `zh-Hans` for Simplified and `zh-Hant` for Traditional) +- English (`en`) +- French (`fr`) +- German (`de`) +- Indonesian (`id`) +- Italian (`it`) +- Japanese (`jp` or `ja`) +- Korean (`ko`) +- Portuguese (`pt`) +- Portuguese (Brazil) (`pt-BR`) +- Russian (`ru`) +- Spanish (`es`) +- Turkish (`tr`) ```json docs.json { @@ -47,3 +47,13 @@ We currently support localization in the following languages: } } ``` + +## AI Translations [BETA] + +Automatically translate your docs from one language to another from a click of a button. + + + AI translations is in beta - reach out to [sales@mintlify.com](mailto:sales@mintlify.com) to get access. + + +AI translations allows you to choose the language(s) you want to translate your docs to. After triggering a translation through the dashboard, it will generate a PR with the translated pages and an edited `docs.json` which gives you the opportunity to review the translations. \ No newline at end of file From 87c6f8cfe22a8b346966cbc65069caa797efcce0 Mon Sep 17 00:00:00 2001 From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com> Date: Fri, 4 Apr 2025 08:10:23 -0700 Subject: [PATCH 2/2] Documentation edits made through Mintlify web editor --- navigation/localization.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navigation/localization.mdx b/navigation/localization.mdx index a11da0762..d4b7b10ec 100644 --- a/navigation/localization.mdx +++ b/navigation/localization.mdx @@ -56,4 +56,4 @@ Automatically translate your docs from one language to another from a click of a AI translations is in beta - reach out to [sales@mintlify.com](mailto:sales@mintlify.com) to get access. -AI translations allows you to choose the language(s) you want to translate your docs to. After triggering a translation through the dashboard, it will generate a PR with the translated pages and an edited `docs.json` which gives you the opportunity to review the translations. \ No newline at end of file +AI translations allows you to choose a language you want to translate your docs to. After triggering a translation through the dashboard, it will generate a PR with the translated pages and an edited `docs.json` which gives you the opportunity to review the translations. \ No newline at end of file