国际化检查

SkillDev tools

Inspect, sync, and tidy up this project's internationalization resources using i18next-cli. Use when adding, modifying, or deleting translation keys or i18n strings, and when fixing missing translations.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the 国际化检查 skill

What this skill tells your AI

The instructions your AI receives, as published by huoshen80/reinamanager in .agents/skills/i18n/SKILL.md and read by ahel’s review.

在项目根目录执行以下流程。若检查失败,修复问题后从第 1 步重新开始,直到全部通过。

检查流程

  1. 查看所有语言的翻译状态:

    pnpm i18n:status
    
  2. 若目标语言未达到 100%,按需查看缺失项并补全翻译:

    pnpm i18n:status en-US --hide-translated
    pnpm i18n:status ja-JP --hide-translated
    pnpm i18n:status zh-TW --hide-translated
    
  3. 翻译完整后,依次同步资源、提取键并格式化项目:

    pnpm i18n:sync
    pnpm i18n:extract
    pnpm format
    
  4. status 可能漏报占位值,必须额外检查:

    rg "__MISSING__" src/locales
    
  5. 若发现缺失翻译或 __MISSING__,修复后重复完整流程。

完成标准

  • pnpm i18n:status 显示所有目标语言达到 100%。
  • rg "__MISSING__" src/locales 无匹配结果。

Signals

GitHub stars
660
Forks
29
Last commit
Sep 2026
Hacker News mentions
4
Advanced
Catalog kind
skill
Gateway key
i18n-huoshen80
Source
github.com/huoshen80/reinamanager