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
When I use plural_noun("cash") the expected result is "cash" (the name might sometimes be countable, but most of the times is uncountable). However, at the moment the output is "cashes". Is it possible to solve this issue?
When I use
plural_noun("cash")the expected result is "cash" (the name might sometimes be countable, but most of the times is uncountable). However, at the moment the output is "cashes". Is it possible to solve this issue?