بنقرة واحدة
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.