Open hackel opened 7 years ago
Currently, inflection.singularize('focus') == "focu".
inflection.singularize('focus')
Focus should remain singular, and "foci" and "focuses" should probably be added as exceptions for the plural.
Currently,
inflection.singularize('focus')
== "focu".Focus should remain singular, and "foci" and "focuses" should probably be added as exceptions for the plural.