원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.