-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a string utility for pluralizing #12
Comments
Great idea. On Sun, Apr 24, 2016, 6:18 PM Aaron Schlesinger notifications@github.com
|
I'm trying to figure out what the right order of params would be. Is it more likely to be: Optionally, we could do |
Okay, that last part was a bad idea, since it would then require a
|
It would be a nice utility to be able to pluralize a string. For example,
{{ pluralize 1 "anchovy" "anchovies" }}
would returnanchovy
, but ``{{ pluralize 2 "anchovy" "anchovies" }}would return
anchovies`The text was updated successfully, but these errors were encountered: