class Liquid::Filters::Pluralize
- Liquid::Filters::Pluralize
 - Reference
 - Object
 
Overview
pluralize
Uses the Inflector to pluralize a string.
Input {{ "post" | pluralize }}
Output posts
pluralize
Uses the Inflector to pluralize a string.
Input {{ "post" | pluralize }}
Output posts