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
{{ message }}
This repository was archived by the owner on Dec 9, 2025. It is now read-only.
RiTa.pluralize("turf") -> "turves", should be "turf" (uncountable)
RiTa.pluralize("macaroni") -> "macaronis", should be "macaroni" (uncountable)
RiTa.pluralize("spaghetti") -> "spaghettis", should be "spaghetti" (uncountable)
RiTa.pluralize("potpourri") -> "potpourris", should be "potpourri" (uncountable)
RiTa.pluralize("electrolysis") -> "electrolysis" instead of "electrolyses" (uncountable)
RiTa.pluralize("sheaf") -> "spooves", should be "spoofs"
RiTa.pluralize("spoof") -> "spooves", should be "spoofs"
RiTa.pluralize("proof") -> "prooves", should be "proofs"
RiTa.pluralize("roof") -> "rooves", should be "roofs" (maybe once ok, but now outdated)
RiTa.pluralize("disbelief") -> "disbelieves", should be "disbeliefs"
RiTa.pluralize("index") -> "indexices", should be "indices"
RiTa.pluralize("accomplice") -> "accomplis", should be "accomplices"