Str::of('children')->plural() outputs 'childrens' #54445
Unanswered
Jelte-ten-Holt
asked this question in
Ideas
Replies: 1 comment
-
I believe this is a limitation of doctrine/inflector#239 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version
11.33.2
PHP Version
8.3.16
Database Driver & Version
No response
Description
The title largely tells the story.
pluralizing 'child' works correctly but pluralizing 'children' turns it into 'childrens'.
Stupid English and their uncommon nouns. Perhaps we should just start demanding everybody calls them 'childs' from now on.
Steps To Reproduce
Str::of('children')->plural();
Beta Was this translation helpful? Give feedback.
All reactions