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
After a little thought, the humanize method built in to crystal already does most of this. We can also just use wordsmith to pluralize the word without the count... So really this may not even be needed. Maybe just some examples floating around 🤔
In rails, I have this method
Which allows me to output something like "1.5k Users". The closest we have right now is something like:
which would output "1.5k 1500 Users". It would be nice to have this helper method added in.
The text was updated successfully, but these errors were encountered: