From 3285f630669ac6334e755d7aff490dfc02aaa8f7 Mon Sep 17 00:00:00 2001 From: Jibu Chacko Date: Sat, 9 Sep 2023 08:53:22 +0200 Subject: [PATCH] The plural of chassis is chassis https://preply.com/en/question/plural-of-chassis --- inflections.go | 1 + 1 file changed, 1 insertion(+) diff --git a/inflections.go b/inflections.go index e63b9a3..91db62d 100644 --- a/inflections.go +++ b/inflections.go @@ -120,6 +120,7 @@ var irregularInflections = IrregularSlice{ {"foot", "feet"}, {"moose", "moose"}, {"tooth", "teeth"}, + {"chassis", "chassis"} } var uncountableInflections = []string{"equipment", "information", "rice", "money", "species", "series", "fish", "sheep", "jeans", "police", "milk", "salt", "time", "water", "paper", "food", "art", "cash", "music", "help", "luck", "oil", "progress", "rain", "research", "shopping", "software", "traffic"}