docs(i18n): add zh-Hans Docusaurus locale + Tool Gateway / image-gen / WSL quickstart translations (salvage #11728)#20430
Merged
Merged
Conversation
Closed
1 task
wesleysimplicio
added a commit
to wesleysimplicio/hermes-agent
that referenced
this pull request
May 9, 2026
Addresses Copilot review on NousResearch#22178: image-generation.md (line 31) had a relative link to `tool-gateway.md` that did not resolve in the pt-BR locale. Translating tool-gateway.md fixes the link and matches the zh-Hans precedent (NousResearch#20430), which translated the two docs as a pair for the same reason. Native pt-BR translation mirroring the en source structure 1:1 (matches the sibling image-generation.md style already in this PR).
3 tasks
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.
Wires up zh-Hans (Simplified Chinese) as a Docusaurus locale in
docusaurus.config.ts, adds three translated docs, and ships a new Englishwindows-wsl-quickstart.mdguide referenced by the sidebar.Changes:
website/docusaurus.config.ts— add zh-Hans locale, localeConfigs, localeDropdown navbar item, search index language (+16/-2)website/sidebars.ts— add windows-wsl-quickstart entry (+1)website/docs/user-guide/windows-wsl-quickstart.md— new English guide (+22)website/i18n/zh-Hans/.../user-guide/windows-wsl-quickstart.md— zh-Hans translation (+65)website/i18n/zh-Hans/.../user-guide/features/tool-gateway.md— zh-Hans translation (+187)website/i18n/zh-Hans/.../user-guide/features/image-generation.md— zh-Hans translation (+153)scripts/release.py— AUTHOR_MAP entry for haidao1919Sidebar resolved in favor of current main (kept
tuientry, added the newwindows-wsl-quickstartentry).Closes #11728 via salvage.
Original PR by @haidao1919 — authorship preserved.