Signed-off-by: Mark Story <mark@mark-story.com>
This commit is contained in:
ceeram 2009-11-13 14:36:33 +01:00 committed by mark_story
parent ea482442ff
commit a67a97722a

View file

@ -305,6 +305,7 @@ class Inflector extends Object {
'/(m)en$/i' => '\1an',
'/(c)hildren$/i' => '\1\2hild',
'/(n)ews$/i' => '\1\2ews',
'/eaus$/' => 'eau',
'/^(.*us)$/' => '\\1',
'/s$/i' => '');