V
vscode-ext-localization
by @githubv
4.5(296)
提供VS Code扩展本地化的正确指南,遵循开发规范、库和最佳实践。
vs-code-extensionslocalizationinternationalization-(i18n)extension-developmentmulti-language-supportGitHub
安装方式
npx skills add github/awesome-copilot --skill vscode-ext-localizationcompare_arrows
Before / After 效果对比
1 组使用前
VS Code扩展本地化过程混乱,缺乏统一规范和最佳实践。这导致多语言支持不完善,用户体验差,扩展难以推广到国际市场。
使用后
遵循本地化指南,确保扩展的多语言支持符合规范。用户体验显著提升,扩展能更好地服务全球用户,扩大影响力。
SKILL.md
VS Code extension localization
This skill helps you localize every aspect of VS Code extensions
When to use this skill
Use this skill when you need to:
- Localize new or existing contributed configurations (settings), commands, menus, views or walkthroughs
- Localize new or existing messages or other string resources contained in extension source code that are displayed to the end user
Instructions
VS Code localization is composed by three different approaches, depending on the resource that is being localized. When a new localizable resource is created or updated, the corresponding localization for all currently available languages must be created/updated.
- Configurations like Settings, Commands, Menus, Views, ViewsWelcome, Walkthrough Titles and Descriptions, defined in
package.json-> An exclusivepackage.nls.LANGID.jsonfile, likepackage.nls.pt-br.jsonof Brazilian Portuguese (pt-br) localization - Walkthrough content (defined in its own
Markdownfiles) -> An exclusiveMarkdownfile likewalkthrough/someStep.pt-br.mdfor Brazilian Portuguese localization - Messages and string located in extension source code (JavaScript or TypeScript files)
-> An exclusive
bundle.l10n.pt-br.jsonfor Brazilian Portuguese localization
用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价
统计数据
安装量8.6K
评分4.5 / 5.0
版本
更新日期2026年5月17日
对比案例1 组
用户评分
4.5(296)
5
23%
4
51%
3
23%
2
2%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
时间线
创建2026年3月16日
最后更新2026年5月17日