mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Added irregular zombie inflection, so zombies no longer gets singularized into zomby
This commit is contained in:
parent
9c205624ee
commit
554232e481
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ module ActiveSupport
|
|||
inflect.irregular('sex', 'sexes')
|
||||
inflect.irregular('move', 'moves')
|
||||
inflect.irregular('cow', 'kine')
|
||||
inflect.irregular('zombie', 'zombies')
|
||||
|
||||
inflect.uncountable(%w(equipment information rice money species series fish sheep jeans))
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue