diff --git a/src/inflections/core.cljc b/src/inflections/core.cljc index d7096d3..560295f 100644 --- a/src/inflections/core.cljc +++ b/src/inflections/core.cljc @@ -239,6 +239,7 @@ ["child" "children"] ["cow" "kine"] ["foot" "feet"] + ["goose" "geese"] ["louse" "lice"] ["mailman" "mailmen"] ["man" "men"] diff --git a/test/inflections/core_test.cljc b/test/inflections/core_test.cljc index a7cabe0..9bc10eb 100644 --- a/test/inflections/core_test.cljc +++ b/test/inflections/core_test.cljc @@ -225,6 +225,7 @@ "elf" "elves" "fix" "fixes" "foobar" "foobars" + "goose" "geese" "half" "halves" "horse" "horses" "house" "houses"