Use grammatically correct plurals for seqs of models
Opened this issue · 0 comments
jfilby commented
Right now the ORM generator code simply appends an 's' char. This can lead to grammatically incorrect plurals such as "propertys".
Give the user options for the plural logic:
- Use a Python module, but that requires Python to be installed.
- Prompt for the plural. A list of cases where 's' can be appended can be bundled to reduce the chance of prompting the user.
- Use a web-service?