@@ -86,12 +86,5 @@ if (s.length > 1 && s.length < 16 && s.slice(0, 1).gl_isLowerCase() && (!s.slice(1).gl_isLowerCase() || /[0-9]/.test(s))) { return true; } return false; } - - -// Exceptions - -const aREGULARPLURAL = new Set(["abricot", "amarante", "aubergine", "acajou", "anthracite", "brique", "caca", "café", - "carotte", "cerise", "chataigne", "corail", "citron", "crème", "grave", "groseille", - "jonquille", "marron", "olive", "pervenche", "prune", "sable"]);