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
Is there a way to tell the Str::plural() function not to pluralize words that result in non-existing words, or words that are not words but acronyms and don't need pluralization? For example, these are some of the results I get, where I wish the function would have kept the original words intact:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to tell the Str::plural() function not to pluralize words that result in non-existing words, or words that are not words but acronyms and don't need pluralization? For example, these are some of the results I get, where I wish the function would have kept the original words intact:
achieved => achieveds
financially => financiallies
ptosis => ptoses
AAA => AAAS
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions