Added irregular zombie inflection, so zombies no longer gets singularized into zomby

This commit is contained in:
Gregg Pollack
2011-08-07 14:19:25 -04:00
committed by Xavier Noria
parent 54357879ee
commit dfcecdecfa

View File

@@ -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