Skip to content

i18n(zh-cn): add Simplified Chinese translations 2026-05-04#5323

Merged
leaanthony merged 5 commits into
masterfrom
i18n/zh-cn-2026-05-04
May 6, 2026
Merged

i18n(zh-cn): add Simplified Chinese translations 2026-05-04#5323
leaanthony merged 5 commits into
masterfrom
i18n/zh-cn-2026-05-04

Conversation

@leaanthony
Copy link
Copy Markdown
Member

@leaanthony leaanthony commented May 4, 2026

Summary

Automated translation update for Simplified Chinese (zh-cn) documentation.

  • Files translated: 5
  • Translation model: qwen3.6:35b (Ollama)
  • Date: 2026-05-04

Files

  • docs/src/content/docs/zh-cn/index.mdx — Landing page
  • docs/src/content/docs/zh-cn/quick-start/why-wails.mdx — Why Wails?
  • docs/src/content/docs/zh-cn/quick-start/next-steps.mdx — Next Steps
  • docs/src/content/docs/zh-cn/status.mdx — Project status/roadmap
  • docs/src/content/docs/zh-cn/getting-started/installation.mdx — Installation guide

QA Scores

Metric Value
Average Score 0.960
Files Scored 5
Low Quality (< 0.75) None ✅

All files pass quality thresholds. No human review required.


Generated by Wails Doc Translator agent (automated weekly i18n run — 2026-05-04)

Summary by CodeRabbit

  • Documentation
    • Added a Chinese homepage with hero, platform tabs, install/init commands, and feature highlights.
    • Added a Chinese installation guide with platform-specific prerequisites, CLI install/dev commands, and diagnostics.
    • Added Chinese quick-start pages: "Why Wails" and "Next Steps" with features, use cases, and learning paths.
    • Added Chinese project status/roadmap and contribution guidance.
    • Updated Chinese translation cache entries.

Automated translation run via Wails Doc Translator agent.
Model: qwen3.6:35b (Ollama)
Files: 5 (3 new + 2 carried forward from previous run)

Files translated:
- docs/src/content/docs/zh-cn/index.mdx
- docs/src/content/docs/zh-cn/quick-start/why-wails.mdx
- docs/src/content/docs/zh-cn/quick-start/next-steps.mdx
- docs/src/content/docs/zh-cn/status.mdx
- docs/src/content/docs/zh-cn/getting-started/installation.mdx
Copilot AI review requested due to automatic review settings May 4, 2026 00:03
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 4, 2026

Walkthrough

Added five Chinese (zh-CN) documentation pages (homepage, installation, why-wails, next-steps, status) with content, styling, command examples, and updated docs/.translation-cache/zh-cn.json with per-page hashes and translation timestamps.

Changes

Chinese Documentation Addition

Layer / File(s) Summary
Frontmatter / Metadata
docs/src/content/docs/zh-cn/*.mdx, docs/.translation-cache/zh-cn.json
New pages include frontmatter (title, description, sidebar order). Translation cache records hash and translated_at for each page.
Content Authoring
docs/src/content/docs/zh-cn/index.mdx, .../quick-start/why-wails.mdx, .../quick-start/next-steps.mdx, .../getting-started/installation.mdx, .../status.mdx
Added full Chinese content: homepage, why/architecture, next steps, installation guide (platform deps, CLI install, doctor/debug steps), and roadmap/status with contribution guidance.
Styling / Presentation
docs/src/content/docs/zh-cn/index.mdx
Homepage adds inline CSS: multi-layer fixed backgrounds, horizontal keyframe animation, gradient masks, hero padding tweaks, and .card backdrop-filter blur/rounded styling.
Commands / Examples
docs/src/content/docs/zh-cn/getting-started/installation.mdx
Installation page provides platform-specific prerequisites and commands (go install ...@latest, wails3 init, wails3 dev, wails doctor), plus troubleshooting steps for missing CLI.
Navigation / Links
docs/src/content/docs/zh-cn/*.mdx
Pages add Tabs, CardGrid links, next-step navigation, Discord/GitHub Sponsors links, cross-links to tutorials, examples, and changelog/API reference.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~22 minutes

Possibly related PRs

Poem

🐰
I hopped through lines of text today,
Translated paths for folks who stray,
From hero glow to install bits,
I leave soft trails where knowledge sits,
Come build with Wails — let's code and play!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is missing critical sections required by the template: no issue reference (Fixes #), no type of change checkbox, no testing information, and incomplete checklist. Add 'Fixes #' reference, select appropriate type of change checkbox, document testing performed, and complete all checklist items per template requirements.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: adding Simplified Chinese translations with a precise date stamp, directly matching the PR's primary objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch i18n/zh-cn-2026-05-04

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 1/8 review remaining, refill in 48 minutes and 53 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/src/content/docs/zh-cn/getting-started/installation.mdx`:
- Around line 67-72: Replace the incorrect v2 CLI references "wails doctor" with
the v3 binary "wails3 doctor" in the document sections that mention system
checks and verification (the two occurrences currently using "wails doctor");
update the text so both the Windows and Linux paragraphs call out running
"wails3 doctor" to check the installation, matching the later usage of "wails3
doctor" elsewhere in the guide.

In `@docs/src/content/docs/zh-cn/index.mdx`:
- Around line 1-24: The frontmatter is malformed because there are two
consecutive '---' markers creating an empty YAML block; remove the extra leading
'---' so that the YAML frontmatter starts at the first '---' and includes the
keys like title, description, template: splash, banner, hero and actions, with
the final closing '---' remaining at the end of the block so Starlight will
parse the splash template and hero correctly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: c51e83a7-e0a0-422d-9af4-87ea5aa567a6

📥 Commits

Reviewing files that changed from the base of the PR and between 771fe1c and 6a42145.

📒 Files selected for processing (6)
  • docs/.translation-cache/zh-cn.json
  • docs/src/content/docs/zh-cn/getting-started/installation.mdx
  • docs/src/content/docs/zh-cn/index.mdx
  • docs/src/content/docs/zh-cn/quick-start/next-steps.mdx
  • docs/src/content/docs/zh-cn/quick-start/why-wails.mdx
  • docs/src/content/docs/zh-cn/status.mdx

Comment on lines +67 to +72
Wails 要求安装 [WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)。几乎所有的 Windows 安装都已经安装了此组件。你可以使用 `wails doctor` 命令进行检查。

</TabItem>
<TabItem label="Linux" icon="linux">

Linux 需要标准的 `gcc` 构建工具以及 `gtk3` 和 `webkit2gtk`。安装后运行 <code>wails doctor</code> 以查看如何安装这些依赖项。如果你的发行版/包管理器不受支持,请在 Discord 上通知我们。
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot May 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

wails doctor should be wails3 doctor

Lines 67 and 72 reference wails doctor (the v2 CLI), but the binary installed by this guide is wails3 (line 83). The system-check section on line 99 correctly uses wails3 doctor. This mismatch will cause confusing "command not found" errors for users on a fresh v3 install.

🐛 Proposed fix
-    你可以使用 `wails doctor` 命令进行检查。
+    你可以使用 `wails3 doctor` 命令进行检查。
-    安装后运行 <code>wails doctor</code> 以查看如何安装这些依赖项。
+    安装后运行 <code>wails3 doctor</code> 以查看如何安装这些依赖项。
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Wails 要求安装 [WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)。几乎所有的 Windows 安装都已经安装了此组件。你可以使用 `wails doctor` 命令进行检查。
</TabItem>
<TabItem label="Linux" icon="linux">
Linux 需要标准的 `gcc` 构建工具以及 `gtk3``webkit2gtk`。安装后运行 <code>wails doctor</code> 以查看如何安装这些依赖项。如果你的发行版/包管理器不受支持,请在 Discord 上通知我们。
Wails 要求安装 [WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)。几乎所有的 Windows 安装都已经安装了此组件。你可以使用 `wails3 doctor` 命令进行检查。
</TabItem>
<TabItem label="Linux" icon="linux">
Linux 需要标准的 `gcc` 构建工具以及 `gtk3``webkit2gtk`。安装后运行 <code>wails3 doctor</code> 以查看如何安装这些依赖项。如果你的发行版/包管理器不受支持,请在 Discord 上通知我们。
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/src/content/docs/zh-cn/getting-started/installation.mdx` around lines 67
- 72, Replace the incorrect v2 CLI references "wails doctor" with the v3 binary
"wails3 doctor" in the document sections that mention system checks and
verification (the two occurrences currently using "wails doctor"); update the
text so both the Windows and Linux paragraphs call out running "wails3 doctor"
to check the installation, matching the later usage of "wails3 doctor" elsewhere
in the guide.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixedwails doctor on lines 67/72 is actually a bug in the English source (getting-started/installation.mdx lines 68/73 also say wails doctor while line 103 correctly says wails3 doctor). The translation faithfully copied the source inconsistency. The source English file should be fixed; once fixed, the translation cache will invalidate and the corrected text will be picked up on the next run. Noting this as a source bug to track separately.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leaanthony, thanks for the clear explanation! That makes sense — the translation pipeline faithfully mirrors the source, so the root fix belongs in the English source file.

Would you like me to open a GitHub issue to track the fix for the English source (getting-started/installation.mdx lines 68/73 — wails doctorwails3 doctor)? That way it won't get lost between translation runs.


✏️ Learnings added
Learnt from: leaanthony
Repo: wailsapp/wails PR: 5323
File: docs/src/content/docs/zh-cn/getting-started/installation.mdx:67-72
Timestamp: 2026-05-04T12:18:59.257Z
Learning: In the Wails docs i18n pipeline (wailsapp/wails), translated files faithfully mirror the English source. When a bug exists in the English source (e.g., `getting-started/installation.mdx`), the translation will reproduce it. Fixing the English source invalidates the translation cache entry, and the corrected text is picked up automatically on the next automated translation run. Do not flag translation files for inconsistencies that originate in the English source — instead, flag the English source file directly.

Note: Learnings are effective only in the context of similar code segments. To apply general coding guidelines, please configure review instructions. You can manage existing learnings in the app.


🧠 Learnings used
Learnt from: popaprozac
Repo: wailsapp/wails PR: 4839
File: docs/src/content/docs/reference/window.mdx:616-620
Timestamp: 2025-12-29T08:02:06.122Z
Learning: In Wails v3, document window creation using app.Window.New() and app.Window.NewWithOptions(...). Do not show or reference app.NewWebviewWindow() or app.NewWebviewWindowWithOptions(...). The Application struct exposes a Window field of type *WindowManager that provides these methods. When updating docs, replace examples accordingly and mention that WindowManager methods create and configure new windows.

Comment thread docs/src/content/docs/zh-cn/index.mdx
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a first batch of Simplified Chinese (zh-cn) documentation pages to the v3 docs site, covering the homepage, quick-start guidance, installation, and project status pages, plus the translation cache metadata that tracks the update.

Changes:

  • Add localized zh-cn versions of the docs homepage and quick-start pages.
  • Add localized zh-cn status and installation pages.
  • Add/update translation cache metadata for the translated files.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 10 comments.

Show a summary per file
File Description
docs/src/content/docs/zh-cn/status.mdx Adds a Chinese translation of the roadmap/status page.
docs/src/content/docs/zh-cn/quick-start/why-wails.mdx Adds a Chinese translation of the “Why Wails?” onboarding page.
docs/src/content/docs/zh-cn/quick-start/next-steps.mdx Adds a Chinese translation of the quick-start next-steps page.
docs/src/content/docs/zh-cn/index.mdx Adds a Chinese translation of the docs landing page/homepage.
docs/src/content/docs/zh-cn/getting-started/installation.mdx Adds a Chinese translation of an installation guide page.
docs/.translation-cache/zh-cn.json Records hashes/timestamps for the translated Chinese docs files.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +67 to +72
Wails 要求安装 [WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)。几乎所有的 Windows 安装都已经安装了此组件。你可以使用 `wails doctor` 命令进行检查。

</TabItem>
<TabItem label="Linux" icon="linux">

Linux 需要标准的 `gcc` 构建工具以及 `gtk3` 和 `webkit2gtk`。安装后运行 <code>wails doctor</code> 以查看如何安装这些依赖项。如果你的发行版/包管理器不受支持,请在 Discord 上通知我们。
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed (source bug noted) — Same as the CodeRabbit comment above: the inconsistency originates in the English source file. Tracked as a source fix needed.


## 当前状态:Alpha 阶段

请查看 [更新日志](./changelog) 以获取最新状态。
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ℹ️ Known limitation — Only 5 priority files were translated in this run; changelog.mdx is out of scope. The ./changelog relative link was inherited from the English source. When changelog.mdx is translated in a future run this resolves automatically. For now readers fall back to the English changelog.

Comment thread docs/src/content/docs/zh-cn/index.mdx Outdated
alt: Wails 标志
actions:
- text: 快速开始
link: /quick-start/installation
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed — The hero CTA link: /quick-start/installation has been rewritten to link: /zh-cn/getting-started/installation since that is the translated installation page in this PR.

了解了 Wails 的核心优势后,让我们开始搭建你的开发环境:

1. **安装 Wails** - 5 分钟快速搭建开发环境
[安装指南 →](/quick-start/installation)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed — The [安装指南 →] link in why-wails.mdx now points to /zh-cn/getting-started/installation.

@@ -0,0 +1,295 @@
---
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔄 Structural — tracked — Locale registration in astro.config.mjs is a separate concern from the translation content itself and will be addressed in a follow-up PR that wires up all 8 locales at once.

Comment on lines +133 to +135
**还有疑问?** 加入我们的 [Discord 社区](https://discord.gg/JDdSxwjhGf),直接向团队提问。

--- No newline at end of file
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed — The trailing --- artifact at the end of why-wails.mdx has been removed. Also added an explicit rule to the translation system prompt to prevent this in future runs.

Comment thread docs/src/content/docs/zh-cn/index.mdx Outdated
Comment on lines +292 to +295
</Card>


--- No newline at end of file
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed — Trailing --- artifact removed from index.mdx.

Comment thread docs/src/content/docs/zh-cn/index.mdx Outdated
Comment on lines +1 to +2
---
---
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed — The double --- malformed frontmatter has been corrected.

Wails 有一些在安装前必须安装的通用依赖项:

<Tabs>
<TabItem label="Go (至少 1.24)" icon="seti:go">
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ℹ️ Source bug — The English source getting-started/installation.mdx line 22 says Go (At least 1.24). The translation is correct. The source needs updating to 1.25 to match v3/go.mod.

</TabItem>
<TabItem label="Windows" icon="seti:windows">

Wails 要求安装 [WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)。几乎所有的 Windows 安装都已经安装了此组件。你可以使用 `wails doctor` 命令进行检查。
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ℹ️ Source bug — Same as comment 3178978429 above — wails doctor on line 67 originates from the English source.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/src/content/docs/zh-cn/index.mdx`:
- Around line 276-279: The "下一步" CTA currently points to the English tutorial
URL `/tutorials/03-notes-vanilla`, which breaks the Chinese landing flow; update
the link target in the "下一步" section to the localized page
`/zh-cn/quick-start/next-steps` (replace the `/tutorials/03-notes-vanilla` href
with `/zh-cn/quick-start/next-steps`) so the primary CTA remains in the zh-cn
docs flow while keeping the rest of the sentence and other links (示例, API 参考,
升级指南) unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: b25e0e33-b6f7-4553-b902-531d701a30cd

📥 Commits

Reviewing files that changed from the base of the PR and between 6a42145 and a41da1a.

📒 Files selected for processing (2)
  • docs/src/content/docs/zh-cn/index.mdx
  • docs/src/content/docs/zh-cn/quick-start/why-wails.mdx

Comment thread docs/src/content/docs/zh-cn/index.mdx
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/src/content/docs/zh-cn/index.mdx`:
- Line 278: Replace the corrupted link label "[�]" in the markdown line
containing the link to /zh-cn/quick-start/next-steps with a readable label
(e.g., "下一步" or "Next steps" as appropriate) so the visible CTA text is not a
control character; update the link markup in the file's line that currently
reads the corrupted label (the anchor linking to /zh-cn/quick-start/next-steps)
to use the chosen human-readable label while keeping the same URL.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 233d624e-6722-422d-a6c4-d3e6349df57b

📥 Commits

Reviewing files that changed from the base of the PR and between a41da1a and 6d15652.

📒 Files selected for processing (1)
  • docs/src/content/docs/zh-cn/index.mdx


## 下一步

下一步:[](/zh-cn/quick-start/next-steps),浏览[示例](https://github.com/wailsapp/wails/tree/master/v3/examples),或查阅 [API 参考](/reference/application)。从 v2 迁移?请参阅[升级指南](/migration/v2-to-v3)。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Fix corrupted markdown link label on Line 278.

The link target is correct, but the visible label is a control character ([�]), so users see broken CTA text.

Suggested fix
-下一步:[�](/zh-cn/quick-start/next-steps),浏览[示例](https://github.com/wailsapp/wails/tree/master/v3/examples),或查阅 [API 参考](/reference/application)。从 v2 迁移?请参阅[升级指南](/migration/v2-to-v3)。
+下一步:[构建完整应用](/zh-cn/quick-start/next-steps),浏览[示例](https://github.com/wailsapp/wails/tree/master/v3/examples),或查阅 [API 参考](/reference/application)。从 v2 迁移?请参阅[升级指南](/migration/v2-to-v3)。
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
下一步:[](/zh-cn/quick-start/next-steps),浏览[示例](https://github.com/wailsapp/wails/tree/master/v3/examples),或查阅 [API 参考](/reference/application)。从 v2 迁移?请参阅[升级指南](/migration/v2-to-v3)
下一步:[构建完整应用](/zh-cn/quick-start/next-steps),浏览[示例](https://github.com/wailsapp/wails/tree/master/v3/examples),或查阅 [API 参考](/reference/application)。从 v2 迁移?请参阅[升级指南](/migration/v2-to-v3)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/src/content/docs/zh-cn/index.mdx` at line 278, Replace the corrupted
link label "[�]" in the markdown line containing the link to
/zh-cn/quick-start/next-steps with a readable label (e.g., "下一步" or "Next steps"
as appropriate) so the visible CTA text is not a control character; update the
link markup in the file's line that currently reads the corrupted label (the
anchor linking to /zh-cn/quick-start/next-steps) to use the chosen
human-readable label while keeping the same URL.

@leaanthony leaanthony merged commit 8d7bb1d into master May 6, 2026
55 checks passed
@leaanthony leaanthony deleted the i18n/zh-cn-2026-05-04 branch May 6, 2026 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants