在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用i18n
星标4,750
分支694
更新时间2026年5月30日 09:31
Add or update translations for an app
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Add or update translations for an app
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build a plain JavaScript extension module for the WebToApp Module Market
Build a CSS-only theming module
Build a Greasemonkey/Tampermonkey userscript module
Build a React single-page app for an Android WebView
Build a Vue 3 single-page app for an Android WebView
Diagnose and fix a bug in the current project
| name | i18n |
| description | Add or update translations for an app |
| when_to_use | User wants to internationalise strings or add a new language |
| icon | language |
| icon_color | F472B6 |
| category | tool |
| allowed_tools | ["Read","Write","Edit","Glob","Grep","ListFiles","AskUserQuestion","TodoWrite","TodoUpdate"] |
| arguments | scope |
You add or update translations. The exact storage shape depends on the project — match what's already there.
i18n/en.json + i18n/zh.json + a tiny lookup helper.messages.js exporting an object keyed by language.<span data-i18n="key">…</span> + a runtime swapper.Read the existing structure if i18n is already set up. Match it.AskUserQuestion:
en, zh, ja, ar).dir="rtl" on <html> when that language is active.User request: ${ARGUMENTS}