diff --git a/cake/libs/inflector.php b/cake/libs/inflector.php index 71f07b4e36b..863072dfdf4 100644 --- a/cake/libs/inflector.php +++ b/cake/libs/inflector.php @@ -305,6 +305,7 @@ function __initSingularRules() { '/(m)en$/i' => '\1an', '/(c)hildren$/i' => '\1\2hild', '/(n)ews$/i' => '\1\2ews', + '/eaus$/' => 'eau', '/^(.*us)$/' => '\\1', '/s$/i' => '');