Container for registered vocabularies. At present, only a single vocabulary is supported: Default.
public static class VocabulariesInheritance System.Object → Vocabularies
The default vocabulary used for singular/plural irregularities and custom acronym casing. Rules and acronyms added to this vocabulary are used by Singularize(), Pluralize(), and Humanize(). At this time, multiple vocabularies and removing existing rules are not supported.
public static Humanizer.Vocabulary Default { get; }