From 172b46b179535ffb4ad08fe798e7d0e01e4d789e Mon Sep 17 00:00:00 2001 From: Fabio Gouw Date: Tue, 7 May 2024 17:03:56 -0300 Subject: [PATCH] adding goose/geese (#31) --- src/inflections/core.cljc | 1 + test/inflections/core_test.cljc | 1 + 2 files changed, 2 insertions(+) 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"