docs(i18n): add zh-Hans for Tool Gateway, image generation, and Windows WSL guide#11728
Closed
haidao1919 wants to merge 2 commits into
Closed
docs(i18n): add zh-Hans for Tool Gateway, image generation, and Windows WSL guide#11728haidao1919 wants to merge 2 commits into
haidao1919 wants to merge 2 commits into
Conversation
…-hans-tool-gateway # Conflicts: # website/sidebars.ts
Closed
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
zh-Hansin Docusaurus (navbar locale switcher, search language includes Chinese).zh-HansMotivation
Official docs are English-only; Tool Gateway and image generation are high-friction areas for non-English readers. This PR lowers the barrier for Chinese-speaking users without touching core agent code or bundled skills.
Test plan
cd website && npm ci && npm run buildwebsite/src/data/skills.jsonviapython website/scripts/extract-skills.py(file is gitignored; same as CI/dev workflow).Notes
npm run buildmay still report broken links onzh-Hansfor pages that use legacy/docs/...-style absolute links in Markdown; those predate this PR. Fixing them repo-wide would be a separate follow-up.Noticed this while setting up uv on Windows WSL2 — having a first-party zh-Hans path for gateway + image docs makes onboarding much less guessy.