docs(i18n): sync zh-TW README with English parity - #5099
Conversation
Bring docs/i18n/README.zh-TW.md back in line with README.md: - Add the hosted `curl ... install.sh | sh` install path plus the install.sh wrapper note (nexu-io#4866). - Add the WSL2 note in the coding-agent install section and the WSL2 / wsl-setup.md pointer in the run-from-source line. - Add the macOS Docker Desktop bridge-networking note. - Add utm_source / utm_medium / utm_content attribution to the six open-design.ai links (nexu-io#4792). Headings and structure unchanged; all referenced docs (wsl-setup.md, deploy/README.md#docker-desktop-on-macos, windows-troubleshooting.md) exist.
|
Hi @laihenyi — thanks for keeping the zh-TW README aligned with the English source. The scope here looks nicely focused; I've routed it for review. |
mrcfps
left a comment
There was a problem hiding this comment.
@laihenyi I reviewed the zh-TW README parity update against the English README. The hosted install command, WSL2 guidance, Docker Desktop note, and open-design.ai attribution links all line up, and the new relative links/anchor resolve from docs/i18n/. Thanks for keeping this locale current and scoped cleanly.
|
@laihenyi friendly reminder: this PR appears to be waiting on author action (merge conflict) and has had no human activity for more than 3 days. When you have a chance, please reply here or push an update. To keep the queue manageable, PRs with no human activity for more than 5 days may be closed automatically, but they can be reopened when work resumes. |
mrcfps
left a comment
There was a problem hiding this comment.
@laihenyi I reviewed the updated zh-TW README diff against the current English README after the merge-conflict resolution. The Cloud rebrand, hosted install command, WSL2 guidance, Docker Desktop note, and open-design.ai attribution links now line up with the source README, and the new relative links resolve correctly from docs/i18n/. Thanks for keeping this locale current and for keeping the docs-only scope tight.
Bring docs/i18n/README.zh-TW.md back in line with README.md: - Add the hosted `curl ... install.sh | sh` install path plus the install.sh wrapper note (nexu-io#4866). - Add the WSL2 note in the coding-agent install section and the WSL2 / wsl-setup.md pointer in the run-from-source line. - Add the macOS Docker Desktop bridge-networking note. - Add utm_source / utm_medium / utm_content attribution to the six open-design.ai links (nexu-io#4792). Headings and structure unchanged; all referenced docs (wsl-setup.md, deploy/README.md#docker-desktop-on-macos, windows-troubleshooting.md) exist.
Why
I keep the Traditional Chinese README in parity with the English source (prior parity work: #3251). Checking
docs/i18n/README.zh-TW.mdagainstREADME.mdagain, it had drifted on several blocks, so zh-TW readers get an incomplete onboarding: no hostedcurl … install.shpath, no WSL2 guidance, no macOS Docker Desktop note, and the download links lack the attribution the English ones carry.The English source is the source of truth, so this brings zh-TW back in line with the current
README.md.What users will see
zh-TW README readers now see the same content as the English README:
curl -fsSL https://open-design.ai/install.sh | sh -s <agent>install option plus theinstall.shwrapper explanation (from fix(landing): serve hosted install.sh wrapper #4866).wsl-setup.mdpointer in the run-from-source line.Authorization: Bearer … required/ Docker Desktop bridge-networking fix).utm_source/utm_medium/utm_contentattribution on the sixopen-design.ailinks (from chore(readme): add UTM attribution to open-design.ai links #4792).Surface area
docs/i18n/README.zh-TW.md); no code, no i18nDictkeys, no dependencies.Screenshots
N/A — docs-only change.
Bug fix verification
N/A — not a bug fix; this is a translation-parity sync against the English README.
Validation
httpslink present inREADME.mdnow also appears inREADME.zh-TW.md(only the auto-generated contributor-wall avatar differs, which is refreshed by bot PRs).docs/wsl-setup.md,docs/windows-troubleshooting.md, and the### Docker Desktop on macOSheading indeploy/README.md(anchor#docker-desktop-on-macos).origin/main's zh-TW version — the change only adds a code line, two prose blocks, one blockquote, and query-string suffixes; no headings touched. Diff is+18 / -7.Adjacent issues (not in this PR)
The WSL2 note, the macOS Docker note, and the UTM attribution are also missing from other locale READMEs (e.g.
README.zh-CN.md,README.ja-JP.md) — the repo has no README drift-detection tooling, so each locale lags independently. Kept out of scope here to keep this PR a focused zh-TW sync; happy to follow up on the other locales separately.