Translate content: sync locale files with removed English pages - #7160
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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
Aligns es/fr/zh translations with the English source: the full translation set (pages, snippets, API specs, and navigation) is already mirrored and current, so this PR only removes orphaned translated pages and mirrors their English redirects.
Changes
es/agent/workflows.mdx,fr/agent/workflows.mdx, andzh/agent/workflows.mdx(Englishagent/workflows.mdxno longer exists and redirects to/automations/index)zh/optimize/search-boost.mdx(English source removed; es/fr mirrors were already removed)/zh/optimize/search-boost→/zh/optimize/searchredirect to match existing es/fr redirects/agent/workflowsand/agent/workflows/:pagemirroring the English redirectsContext
Triggered by commit
2dc488donmain. All English MDX pages, snippets, root API spec files, and navigation entries already have up-to-date es/fr/zh mirrors, so no new translations were needed.Note
Low Risk
Documentation-only deletions and redirect entries; no application or auth logic changes.
Overview
Removes es/fr/zh translated pages that no longer have English sources after the workflows → automations and search-boost consolidation on
main.Deleted:
es/agent/workflows.mdx,fr/agent/workflows.mdx, andzh/agent/workflows.mdx(Englishagent/workflowsalready redirects to/automations/index), pluszh/optimize/search-boost.mdx(es/fr copies were already gone).Redirects in
redirects.json: Adds/zh/optimize/search-boost→/zh/optimize/searchto match es/fr, and adds locale-specific rules so/es|fr|zh/agent/workflowsand/agent/workflows/:pagesend traffic to the corresponding automations paths, mirroring the English redirects.Reviewed by Cursor Bugbot for commit 9e04e34. Bugbot is set up for automated code reviews on this repo. Configure here.