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
Plurality enum is only used with Singularize and Pluralize methods and as discussed in #198 is a bit confusing and redundant. We could replace it with a boolean param (e.g. inputIsSingular and inputIsPlural) to clean up the API and remove the unnecessary enum.
The text was updated successfully, but these errors were encountered:
Plurality enum is only used with Singularize and Pluralize methods and as discussed in #198 is a bit confusing and redundant. We could replace it with a boolean param (e.g.
inputIsSingular
andinputIsPlural
) to clean up the API and remove the unnecessary enum.The text was updated successfully, but these errors were encountered: