Skip to content

Commit

Permalink
Add 'feedback' to uninflected single and plurals
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlinc committed May 19, 2014
1 parent 0fd12c7 commit 1977d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Utility/Inflector.php
Expand Up @@ -56,7 +56,7 @@ class Inflector {
'/$/' => 's',
),
'uninflected' => array(
'.*[nrlm]ese', '.*deer', '.*fish', '.*measles', '.*ois', '.*pox', '.*sheep', 'people'
'.*[nrlm]ese', '.*deer', '.*fish', '.*measles', '.*ois', '.*pox', '.*sheep', 'people', 'feedback'
),
'irregular' => array(
'atlas' => 'atlases',
Expand Down Expand Up @@ -143,7 +143,7 @@ class Inflector {
'/s$/i' => ''
),
'uninflected' => array(
'.*[nrlm]ese', '.*deer', '.*fish', '.*measles', '.*ois', '.*pox', '.*sheep', '.*ss'
'.*[nrlm]ese', '.*deer', '.*fish', '.*measles', '.*ois', '.*pox', '.*sheep', '.*ss', 'feedback'
),
'irregular' => array(
'foes' => 'foe',
Expand Down

0 comments on commit 1977d51

Please sign in to comment.