Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
refs #291
Signed-off-by: Mark Story <mark@mark-story.com>
  • Loading branch information
ceeram authored and markstory committed Nov 13, 2009
1 parent ea48244 commit a67a977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/libs/inflector.php
Expand Up @@ -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' => '');

Expand Down

0 comments on commit a67a977

Please sign in to comment.