feat: add multilingual documentation with 14 languages and automated translation tooling#95
Merged
Conversation
…n tooling Add Mintlify i18n support with automated Claude API-powered translation for 14 languages: Chinese, Japanese, Korean, Spanish, Portuguese (BR), German, French, Russian, Hindi, Turkish, Vietnamese, Italian, Arabic, and Hebrew. Includes translation CLI script with caching, translated README files, and ExosphereHost attribution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Important Review skippedToo many files! This PR contains 286 files, which is 136 over the limit of 150. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (286)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Triggers on push to main when English docs or README change. Uses content-hash cache so only modified pages are re-translated. Opens a PR with updated translations automatically. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove German smart quotes (U+201E/U+201C) from Tab title attributes in de/dashboard.mdx that broke MDX parsing - Remove Russian guillemets (U+00AB/U+00BB) from Tab title attributes in ru/dashboard.mdx - Fix language code pt-br → pt-BR in docs.json to match Mintlify's valid enum values Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Runs `mintlify validate` in strict mode to catch MDX parsing errors, invalid docs.json config, and broken page references before merge. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scripts/translate-docs/) powered by Claude API with content-hash caching, MDX component preservation, internal link rewriting, and a do-not-translate glossary for technical termsdocs/docs.jsonfor Mintlify i18n withnavigation.languagesarray — English pages stay at root to preserve existing URLs, each additional language gets prefixed page paths and translated tab/group namesWhat's included
bun run translatewith--tier,--languages,--docs-only,--readme-only,--dry-run,--validate,--forceoptionsdocs/{lang}/docs/i18n/README.{lang}.mdwith language selectors and RTL wrapping__tests__/scripts/translate-docs/.translation-cache.json(gitignored) — only re-translates changed pagesTest plan
bun run test:run)docs.jsonmaps to a real file🤖 Generated with Claude Code