﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29326	Auto-suffixing for irregular plurals in verbose_name_plural	Byeong Gyu Choi	nobody	"For `verbose_name_plural` option in django Model Meta, django currently appends ""s"" when `verbose_name` is defined and `verbose_name_plural` is not.
However, I think that supporting auto-suffixing for irregular plurals, such as `categories`, would be good idea.

Since there exists countless irregular English plurals, rather than including whole dictionary of all English plurals, I thought at first, adding support for common rules of forming plurals would be decent idea. For instance:

- adding 'es' support,
- adding support for nouns ending with 'y'
- etc.

https://www.grammarly.com/blog/plural-nouns/  
I'm not sure about the link above is appropriate reference, but I couldn't find much better one.  "	New feature	new	Database layer (models, ORM)	dev	Normal		verbose_name_plural	Byeong Gyu Choi	Unreviewed	0	0	0	0	0	0
