mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 21:59:09 -05:00
[PR #1023] [MERGED] Fix plural forms for Russian language #928
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1023
Author: @Burzhui34
Created: 7/6/2025
Status: ✅ Merged
Merged: 7/7/2025
Merged by: @oschwartz10612
Base:
main← Head:fix-russian-plural-forms📝 Commits (1)
08fed8fFix plural forms for Russian language📊 Changes
1 file changed (+6 additions, -6 deletions)
View changed files
📝
messages/en-US.json(+6 -6)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.