在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用add-new-locale
星标76
分支14
更新时间2026年4月11日 22:20
Add support for a new language
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Add support for a new language
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use this when there are new strings in the UI that need translation
Use this when existing translatable strings have been modified structurally (e.g. "%0" -> "{{PLACEHOLDER}}", "foo\n" -> "foo", or renaming, splitting, or joining keys)
基于 SOC 职业分类
| name | add-new-locale |
| description | Add support for a new language |
npm run new-locale -- $NEW_LANGcore/locales/$NEW_LANG/translation.json with a localized string, while preserving the keys.npm run linten/translation.json which will be identical. Do not inspect other languages for reference, even related languages.npx i18next-cli status $NEW_LANGNote: These commands can be run in the root of the project.