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
I discovered that plural of "settings" is now "settingss" - double s.
How to reproduce
$inflector = newEnglishInflector();
$inflector->pluralize('equipment')); // will return correctly: equipment$inflector->pluralize('setting')); // will return correctly: settings$inflector->pluralize('settings')); // will return INCORRECTLY: settingss - it is already plural