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
The pluralize filter arguments order has been changed. In the new version to specify several variants of words you can do this by passing an array as first argument.
Improvements
The pluralize filter now support the word variants version for numbers greater than 10 (@ospencer via #54)
In the pluralize filter added option includeNumber (resolve #44)