Skip to content

Commit

Permalink
Update Vocabularies.cs (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
gungora authored Feb 16, 2024
1 parent 11bd16c commit 62941ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Humanizer/Inflections/Vocabularies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,10 @@ private static Vocabulary BuildDefault()
_default.AddIrregular("database", "databases");
_default.AddIrregular("zombie", "zombies");
_default.AddIrregular("personnel", "personnel");
//Fix #789
_default.AddIrregular("cache", "caches");

//Fix 975
_default.AddIrregular("ex", "exes", matchEnding: false);
_default.AddIrregular("is", "are", matchEnding: false);
_default.AddIrregular("was", "were", matchEnding: false);
_default.AddIrregular("that", "those", matchEnding: false);
_default.AddIrregular("this", "these", matchEnding: false);
_default.AddIrregular("bus", "buses", matchEnding: false);
Expand Down

0 comments on commit 62941ba

Please sign in to comment.