Fix plural forms for Russian language #1268

Closed
opened 2026-04-05 18:40:44 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Burzhui34 on 7/6/2025

This PR changes plural forms from =1/other to one/other format in en-US.json.

This fixes grammar issues in Russian language:

Before: "2 дней" (incorrect)
After: "2 дня" (correct)
Need help: Could you help identify if there are other plural strings in the codebase that need similar changes?

This change should not affect English but will allow proper pluralization in Russian.

*Originally created by @Burzhui34 on 7/6/2025* This PR changes plural forms from =1/other to one/other format in en-US.json. This fixes grammar issues in Russian language: Before: "2 дней" (incorrect) After: "2 дня" (correct) Need help: Could you help identify if there are other plural strings in the codebase that need similar changes? This change should not affect English but will allow proper pluralization in Russian.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1268