Lava Filters - Pluralize
Category:Text
Description:Pluralizes the provided input while taking irregular and uncountable words into consideration.
Input: "Workflow": {
"WorkTerm": "Request"
}
Lava: There are many {{ Workflow.WorkTerm | Pluralize | Downcase }} in the system.
Output: There are many requests in the system.