doctrine / inflector

Doctrine Inflector is a small library that can perform string manipulations with regard to uppercase/lowercase and singular/plural forms of words.
https://www.doctrine-project.org/projects/inflector.html
MIT License
11.26k stars 137 forks source link

[FIX] Wrong pluralization of "stadium" #251

Closed thrashzone13 closed 5 months ago

thrashzone13 commented 5 months ago

Fixes #247

greg0ire commented 5 months ago

Thanks @thrashzone13 !