mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Added irregular zombie inflection, so zombies no longer gets singularized into zomby
This commit is contained in:
committed by
Xavier Noria
parent
54357879ee
commit
dfcecdecfa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user