ワンクリックで
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.