Merge pull request #2457 from Gregg/zombie_singular_fix

Added irregular zombie inflection, so zombies != zomby
This commit is contained in:
Xavier Noria
2011-08-07 11:34:10 -07:00

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