Skip to content

Commit

Permalink
Merge pull request #150 from p1997d/patch-1
Browse files Browse the repository at this point in the history
Update NounPluralization.php
  • Loading branch information
wapmorgan authored May 14, 2024
2 parents 302b566 + b0187f6 commit 55cba44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Russian/NounPluralization.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class NounPluralization extends \morphos\BasePluralization implements Cases
protected static $abnormalExceptions = [
'человек' => ['люди', 'человек', 'людям', 'людей', 'людьми', 'людях'],
'дерево' => ['деревья', 'деревьев', 'деревьям', 'деревья', 'деревьями', 'деревьях'],
'друг' => ['друзья', 'друзей', 'друзьям', 'друзей', 'друзьями', 'друзьях'],
];

/** @var string[] */
Expand Down

0 comments on commit 55cba44

Please sign in to comment.