You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if something like inflection.AddPlural("person","persons") would work. At the moment it has no effect, meaning the standard rule applies returning people as plural for person.
The text was updated successfully, but these errors were encountered:
It would be great if something like
inflection.AddPlural("person","persons")
would work. At the moment it has no effect, meaning the standard rule applies returningpeople
as plural forperson
.The text was updated successfully, but these errors were encountered: