Skip to content

Commit

Permalink
Update NounPluralization.php
Browse files Browse the repository at this point in the history
  • Loading branch information
p1997d authored May 11, 2024
1 parent 302b566 commit b0187f6
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 b0187f6

Please sign in to comment.