i18n-expert by daymade/claude-code-skills
npx skills add https://github.com/daymade/claude-code-skills --skill i18n-expert提供完整的国际化设置并通过审核:配置国际化框架,将面向用户的字符串替换为键,确保区域设置一致性,并验证 en-US 和 zh-CN 的复数形式/格式化。
确认范围和目标区域设置
设置国际化基线(如果缺失)
审核键的使用情况和区域设置一致性
运行:
python scripts/i18n_audit.py --src <src-root> --locale <path/to/en-US.json> --locale <path/to/zh-CN.json>
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
将缺失的键/一致性差距视为阻塞性问题。
手动验证动态键(t(var))。
查找原始的面向用户的字符串
搜索:
rg -n --glob '<src>//.{ts,tsx,js,jsx}' "<[^>]+>[^<{][A-Za-z][^<{]*<" rg -n --glob '<src>//*.{ts,tsx,js,jsx}' "aria-label="[^"]+"|title="[^"]+"|placeholder="[^"]+""
本地化无障碍标签。
用键替换字符串
t('namespace.key')。t('key', { count }) + _one/_other 键。本地化错误处理(关键)
更新区域设置文件
验证
python -m json.tool <file>)。error.message 暴露给 UI;仅显示本地化字符串。errors.*、buttons.*、workspace.*)。common.buttons.save、pricing.tier.pro)。{name}/{{name}};按区域设置规则验证复数形式。scripts/i18n_audit.py:提取 t('key') 使用情况并与区域设置 JSON 文件进行比较。每周安装量
142
代码仓库
GitHub 星标数
636
首次出现
2026年1月22日
安全审计
安装于
claude-code112
opencode107
gemini-cli99
codex97
cursor86
github-copilot80
Deliver a complete i18n setup + audit pass: configure the i18n framework, replace user-facing strings with keys, ensure locale parity, and validate pluralization/formatting for en-US and zh-CN.
Run:
python scripts/i18n_audit.py --src <src-root> --locale <path/to/en-US.json> --locale <path/to/zh-CN.json>
Treat missing keys/parity gaps as blockers.
Manually verify dynamic keys (t(var)).
Search:
rg -n --glob '<src>/**/*.{ts,tsx,js,jsx}' "<[^>]+>[^<{]*[A-Za-z][^<{]*<"
rg -n --glob '<src>/**/*.{ts,tsx,js,jsx}' "aria-label=\"[^\"]+\"|title=\"[^\"]+\"|placeholder=\"[^\"]+\""
Localize accessibility labels.
t('namespace.key') for UI text.t('key', { count }) + _one/_other keys.python -m json.tool <file>).error.message to UI; show localized strings only.errors.*, buttons.*, workspace.*).common.buttons.save, pricing.tier.pro).{name}/{{name}} exactly; validate plurals by locale rules.scripts/i18n_audit.py: Extracts t('key') usage and compares against locale JSON files.Weekly Installs
142
Repository
GitHub Stars
636
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
claude-code112
opencode107
gemini-cli99
codex97
cursor86
github-copilot80
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
150,000 周安装
Hyperliquid 交易技能:在链上 DEX 交易永续合约与现货,AI 代理自动执行
3,400 周安装
Flutter应用测试指南:单元、组件与集成测试完整策略
3,600 周安装
Cloudflare Durable Objects 指南:构建有状态边缘应用 | 协调、存储、实时处理
3,500 周安装
Three.js 动画教程 - 从程序化动画到关键帧系统完整指南
3,500 周安装
Angular v20+ 测试指南:使用 Vitest 测试信号组件与最佳实践
3,400 周安装
React前端开发模式指南:组件组合、状态管理与性能优化最佳实践
3,500 周安装