Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9523e0

Browse files
committed
Added some irregular Plural
1 parent 6c643e0 commit d9523e0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Illuminate/Support/Pluralizer.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,15 @@ class Pluralizer {
7676
'foot' => 'feet',
7777
'freshman' => 'freshmen',
7878
'goose' => 'geese',
79+
'genus' => 'genera',
7980
'human' => 'humans',
8081
'man' => 'men',
8182
'move' => 'moves',
83+
'nucleus' => 'nuclei',
8284
'person' => 'people',
85+
'radius' => 'radii',
8386
'sex' => 'sexes',
87+
'stimulus' => 'stimuli',
8488
'tax' => 'taxes',
8589
'tooth' => 'teeth',
8690
);

0 commit comments

Comments
 (0)