irregular(singular, plural)
Instance Public methods
Specifies a new irregular that applies to both pluralization and singularization at the same time. This can only be used for strings, not regular expressions. You simply pass the irregular in singular and plural form.
irregular 'octopus', 'octopi' irregular 'person', 'people'
Please login to continue.