On 3/12/07, Richard Quadling <[EMAIL PROTECTED]> wrote:
>
> I'm not a rails person at all. What do you mean by "irregular inflections
> list"?


They maintain a list of irregular stuff, like "octopus" -> "octopi". The
framework also lets you specify your own irregular plurals or to save
uncountable words like "media" or "news". Thanks to this mechanism, you can
write "octopus".pluralize() (without specifying anything at the call time)
and get "octopi".

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to