Added irregular inflection sex => sexes #1826 [rails@electricvisions.com]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2200 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-09-11 09:30:11 +00:00
parent 17250c9157
commit ffbaf1c5ff

@ -45,6 +45,7 @@
inflect.irregular 'person', 'people'
inflect.irregular 'man', 'men'
inflect.irregular 'child', 'children'
inflect.irregular 'sex', 'sexes'
inflect.uncountable %w( equipment information rice money species series fish sheep )
end