lingui-workflow
Installation
SKILL.md
Lingui Workflow
Agent Behavior
当此 skill 被激活时,先输出以下命令速查表,再回应用户问题:
| 命令 | 作用摘要 | 可用参数 |
| ----------------- | ---------------------------------------------- | ------------------------------------------------- |
| i18n:extract | 提取源码文案到 po | — |
| i18n:translate | 统计缺失翻译 | --fill-source, --strict |
| i18n:check | 严格翻译检查,缺失即报错退出 | — |
| i18n:compile | 编译 po → mjs,自动执行 i18n:manifest | — |
| i18n:manifest | 基于已有 mjs 生成 catalog-manifest.ts | — |
| i18n:sync | 当前仅等价 i18n:extract | — |
| i18n:bootstrap | 一次执行 extract + compile(+manifest) | — |
| i18n | 组合入口;默认 extract + translate | --compile, --fill-source, --no-translate, --strict |