-
Notifications
You must be signed in to change notification settings - Fork 20
chore(i18n): update crowdin translation #682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates Crowdin translations across multiple locale files (20+ languages) to synchronize with the latest translation changes from the Crowdin platform.
Key changes:
- Removed deprecated game modes: "bridge", "dropper", and "recentgames" commands
- Renamed "WoolWars" to "WoolGames" across all command references
- Added new features: monthly quests, session deletion, Pit ratios, and deprecated command messages
- Updated various stat labels and added new WoolGames-specific statistics
Reviewed changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| locales/zh-TW/default.json | Updated Traditional Chinese translations with game mode changes and new features |
| locales/zh-CN/default.json | Updated Simplified Chinese translations with game mode changes and new features |
| locales/vi/default.json | Updated Vietnamese translations with game mode changes and new features |
| locales/uk/default.json | Updated Ukrainian translations with game mode changes and new features |
| locales/tr/default.json | Updated Turkish translations with game mode changes and new features |
| locales/th/default.json | Updated Thai translations - contains JSON syntax error |
| locales/sv-SE/default.json | Updated Swedish translations with game mode changes and new features |
| locales/ru/default.json | Updated Russian translations with game mode changes and new features |
| locales/ro/default.json | Updated Romanian translations with game mode changes and new features |
| locales/pt-BR/default.json | Updated Brazilian Portuguese translations with game mode changes and new features |
| locales/pl/default.json | Updated Polish translations with game mode changes and new features |
| locales/no/default.json | Updated Norwegian translations with game mode changes and new features |
| locales/nl/default.json | Updated Dutch translations with game mode changes and new features |
| locales/lt/default.json | Updated Lithuanian translations with game mode changes and new features |
| locales/ko/default.json | Updated Korean translations with game mode changes and new features |
| locales/ja/default.json | Updated Japanese translations with game mode changes and new features |
| locales/it/default.json | Updated Italian translations with game mode changes and new features |
| locales/hu/default.json | Updated Hungarian translations with game mode changes and new features |
| locales/hr/default.json | Updated Croatian translations with game mode changes and new features |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "quests-overall": "$t(commands.quests-command, { \"name\": \"Overall\" })", | ||
| "quests-daily": "$t(commands.quests-command, { \"name\": \"Daily\" })", | ||
| "quests-weekly": "$t(commands.quests-command, { \"name\": \"Weekly\" })", | ||
| "quests-monthly": "$t(commands.quests-command, { \"name\": \"Monthly })", |
Copilot
AI
Dec 29, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a missing closing quote in the "quests-monthly" entry. The value should be "Monthly" with a closing quote after "Monthly".
| "quests-monthly": "$t(commands.quests-command, { \"name\": \"Monthly })", | |
| "quests-monthly": "$t(commands.quests-command, { \"name\": \"Monthly\" })", |
No description provided.