Closed Etomyutikos closed 5 years ago
This PR introduces the inflection package to handle pluralization and singularization within a template. The functions plural and singular are added to the template functions.
inflection
plural
singular
@natefinch I have other folks at my organization looking to use this new functionality. Anything else you'd like to see in here before merging?
Sorry, yes, looks good!
This PR introduces the
inflection
package to handle pluralization and singularization within a template. The functionsplural
andsingular
are added to the template functions.