microsoft / microsoft/vscode-edge-devtools

[Feature Request] Add Chinese (zh-CN) localization for Edge Tools sidebar UI

Open Beginner friendly
#4,550 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
827
Forks
358
Avg merge
20h 32m
Merged PRs (30d)
10

Description

Summary

The Edge Tools extension UI (e.g., "Launch Instance", "Generate launch.json", "Documentation") is currently English-only. As a Chinese-speaking developer, I find it challenging to use the tool efficiently without translation.

Why this matters
  • VS Code has strong Chinese community support (official Chinese language pack available)
  • Edge Tools is widely used for debugging modern web apps
  • Many developers in China rely on this extension daily
Proposed solution

Add zh-cn.json under src/i18n/, following VS Code's localization guide. The extension already has i18n infrastructure — only translation strings are missing.

Example translations needed:
Key English Suggested Chinese
launchInstance Launch Instance 启动实例
generateLaunchJson Generate launch.json 生成 launch.json
documentation Documentation 文档
reportBug Report a Bug 报告问题
requestFeature Request a Feature 提出功能建议
targets TARGETS 目标
helpfulLinks HELPFUL LINKS 有用链接

I am willing to contribute the full Chinese translation if the team approves this request.

Related

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the existing files under src/i18n/ and the VS Code localization guide linked in the issue. Add the zh-cn.json translation alongside the existing locale files, covering the Edge Tools sidebar strings, and verify that the extension loads the Chinese translations correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
localization
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.