用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zapek/Xeres --skill translations命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | translations |
| description | How to translate the help files and the i18n properties files |
The source language is English (en).
The target languages are:
The properties files are located in the common module, in src/main/resources/i18n. The english file is messages.properties and the translations have the same filename with the language's code appended, for example messages_fr.properties for French.
The master file is the English one. All translations need to follow the same structure, including key names, their order and the comments in the file (prefixed by #)
The help files are Markdown files located in the ui module, in src/main/resources/help. They're organized by subdirectories with the name of the language code, for example the subdirectory en contains the English language.
Except for 00.Index.md which is the main index file, all other files should have their name in the language translation. The prefix (for example 03a must not be translated).
For example: 01.Getting Started.md gives 01.Configuración rápida.md for Spanish.
If there are inline images (using data: base64 URIs), they must be copied into the translation as-is.
To quickly find what needs to be done, check when the properties translations were last modified, then check all modifications in messages.properties since then. Then apply all modifications, additions, removals to the translation files.
A similar way has to be done for the help files.