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
@jeremy-putt I'd welcome it if we can spec how this would work generally. The major problem is that this module is largely scoped to a single word and not multiple. It's probably better for a wrapper module that does this sort of thing, I've had various phrase pluralization issues in the past and I wouldn't be able to maintain it effectively here.
That pretty much lines up with what I was thinking.
It'd be easy to add a regex like /head\sof\s(something) but I'm fairly certain there are edge cases I haven't thought of and it would probably get out of hand very quickly :)
I've been using this library to pluralize role titles (nurse => nurses) and it works well.
I've just hit a snag with
Head of Engineering => Head of Engineerings
. Where I believe the correct pluralization should be "Heads of Engineering".Do we think this is the correct fit for this library?
The text was updated successfully, but these errors were encountered: