The potato problem: pluralizing words in MultiContainerInterfaces #588
Labels
priority: low
alternative solution already working and/or relevant to only specific user(s)
topic: extension
issues related to extensions or dynamic class generation
Milestone
MultiContainerInterface
attempts to pluralize the term for the objects it contains, however it does not always do this correctly. As a result, a user must use the incorrect pluralization of some words in order to get aMultiContainerInterface
extension to work. See extensions tutorial and #585. I'm not sure where this behavior is defined.English morphology is irregular and difficult, and it will be hard to get this right every time without adding unnecessary dependencies or complicated code. I propose that we stop attempting to pluralize words and just use the singular form as they are entered. Another option that could work would be to have the user explicitly enter the plural form of the word they wish to use instead of attempting to automatically pluralize the word.
The text was updated successfully, but these errors were encountered: