Translations: add German locale, sync French and Spanish#5686
Closed
mintlify[bot] wants to merge 1 commit intomainfrom
Closed
Translations: add German locale, sync French and Spanish#5686mintlify[bot] wants to merge 1 commit intomainfrom
mintlify[bot] wants to merge 1 commit intomainfrom
Conversation
- Add German (de) locale with de.json, de/ directory, and de/snippets/
- Update docs.json and gt.config.json to register German
- Translate priority German pages (index, what-is-mintlify, editor-classic, share-a-preview, workflows, mintlify-mcp, branching-and-publishing, tutorial)
- Sync fr/es: remove stale files (agent/workflows.mdx, editor/media.mdx, editor/publish.mdx)
- Sync fr/es: add missing translations (editor-classic, ai/mintlify-mcp, editor/{tutorial,branching-and-publishing,share-a-preview}, workflows/*)
- Add gitlab-workflow-setup snippet in fr/es/de
- Rebuild fr.json and es.json to mirror current docs.json structure
- Update internal links in fr/es referencing renamed/moved pages
Generated-By: mintlify-agent
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Add a German (de) locale and bring the French (fr) and Spanish (es) translations in sync with the current English source.
German (de) locale
de.jsonregistered indocs.jsonandgt.config.jsonde/directory mirroring the source structure (MDX, OpenAPI specs, snippets)index,what-is-mintlify,editor-classic,editor/branching-and-publishing,editor/tutorial,editor/share-a-preview,ai/mintlify-mcp,workflows/{index,create,enable,manage}, plus thegitlab-workflow-setupsnippetFrench (fr) and Spanish (es) sync
agent/workflows.mdx,editor/media.mdx,editor/publish.mdxeditor-classic,ai/mintlify-mcp,editor/{tutorial,branching-and-publishing,share-a-preview},workflows/{index,create,enable,manage}, and thegitlab-workflow-setupsnippetfr.jsonandes.jsonto mirror the currentdocs.jsonnavigation structure (added theWorkflowsgroup,editor-classic,ai/mintlify-mcp, theeditor/tutorial/branching-and-publishingeditor pages, andfeedback-by-page/searches/views/visitorsAPI analytics entries)agent/workflows→workflows,editor/publish→editor/branching-and-publishing, andeditor/media→editor/pagesin fr/es files that referenced the old pathsChinese (zh) was intentionally left untouched.
Validation
mint validateshows only pre-existing schema warnings unrelated to this change (the validator does not resolve$ref)mint broken-linksreports no broken linksNote
Low Risk
Low risk: adds/updates localized documentation and OpenAPI spec files without changing application/runtime logic.
Overview
Adds a new German (
de) documentation locale, including a fullde.jsonnavigation tree plus a large set of German MDX pages and localized OpenAPI specs (e.g.,de/admin-openapi.json,de/analytics.openapi.json) so the DE site can build end-to-end.Also updates existing French (
fr) and Spanish (es) locale navigation/content to mirror the current English structure (including newer sections like Workflows and additional analytics API pages), reducing drift across translations.Reviewed by Cursor Bugbot for commit 0541e0f. Bugbot is set up for automated code reviews on this repo. Configure here.