feat: update translations via @LingoDotDev#1564
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
| } | ||
| } | ||
| ], | ||
| "selectedEmails": "Выбрано {count} писем", |
There was a problem hiding this comment.
The Russian translation for "selectedEmails" has been simplified to a static string with a count parameter, but this doesn't follow Russian grammatical rules for pluralization. Russian requires different word forms based on the number:
- For 1: "Выбрано 1 письмо"
- For 2-4: "Выбрано 2 письма"
- For 5+: "Выбрано 5 писем"
The original implementation correctly used plural forms with the selectors:
"countPlural=one": "Выбрано # письмо",
"countPlural=few": "Выбрано # письма",
"countPlural=many": "Выбрано # писем",
"countPlural=other": "Выбрано # письма"
This structure should be maintained to ensure grammatical correctness across all number ranges.
| "selectedEmails": "Выбрано {count} писем", | |
| "selectedEmails": { | |
| "countPlural=one": "Выбрано # письмо", | |
| "countPlural=few": "Выбрано # письма", | |
| "countPlural=many": "Выбрано # писем", | |
| "countPlural=other": "Выбрано # письма" | |
| } |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
b07c29e to
c083de4
Compare
Deploying zero-staging with
|
| Latest commit: |
306dab8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9e891dd3.zero-staging-c02.pages.dev |
| Branch Preview URL: | https://lingo-dev-staging.zero-staging-c02.pages.dev |
9eebfa9 to
d57933d
Compare
d57933d to
306dab8
Compare
Hey team,
Lingo.dev here with fresh translations!
In this update
Next Steps