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
Do and does aren't really in scope for this project. If you want to propose a solution to handling verbs I can definitely give it a shot or accept a PR, but right now the project is scoped to nouns which have plurals.
I'm trying to pluralize "they do not show up" however struggling.
First report is regarding "they" over here - #154
Second part is I can't get "does" to singular to "do":
pluralize('does', 1) = doe
pluralize('do', 2) = dos
The text was updated successfully, but these errors were encountered: