Closed
Description
Symfony version(s) affected
All
Description
When using the method pluralize of the class Symfony\Component\String\Inflector\EnglishInflector on the word "Campus" you end up with "Campi" when you should get "Campuses"
How to reproduce
Execute pluralize('campus') you'll get 'campi'
Possible Solution
No response
Additional Context
No response