mikebridge / Liquid.NET

.Net Port of the Liquid template language
MIT License
62 stars 15 forks source link

Pluralize filter should not include the number #42

Closed mikebridge closed 8 years ago

mikebridge commented 8 years ago

{{ 3 | pluralize: 'item', 'items' }} should just print "items", not "3 items", as per https://docs.shopify.com/themes/liquid-documentation/filters/string-filters#pluralize