一键导入
localization-sync
Sync and translate localizations when modifying Russian keys. Automatically runs trs_openrouter.py.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Sync and translate localizations when modifying Russian keys. Automatically runs trs_openrouter.py.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guidelines for architecture, models, configurations, and game mechanics of Telegram DinoGochi bot
Safety rules for DinoGochi project: prohibits any modifications to the production database, prohibits git push operations, and enforces a mandatory token/secret scan before completing any work session.
Skill for precise inspection and synchronization of JSON files (localizations, configs) without loading entire files.
| name | localization_sync |
| description | Sync and translate localizations when modifying Russian keys. Automatically runs trs_openrouter.py. |
Use this skill when you need to add, remove, or modify user-facing text, strings, notifications, patterns, or templates in the project localizations.
Modify ru.json Only:
{name}, {count}, etc.) are correct.Run the Automatic Translation Script:
trs_openrouter.py translation script to automatically translate the new/modified keys into English (en.json), Spanish (es.json), and Indonesian (id.json):
python tools/translate/trs_openrouter.py
OPENROUTER_API_KEY in tools/translate/.env.Verify the Sync:
trs_openrouter.py to confirm that all targets (en, es, id) were updated and matching keys were synchronized.