-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Inflector] Support pluralization in the inflector #26890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Have you read readme of this component?
I don't see this patch utilized in other components, so why adding unused feature into internal component? |
In combination with #26903 this allows us in Joomla to drop our inflector (which is in essence stable but unmaintained because we just don't have the resources to keep up with it) for something which is better maintained. |
Thank you @mbabker. |
…abker) This PR was merged into the 4.3-dev branch. Discussion ---------- [Inflector] Support pluralization in the inflector | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | not yet | Fixed tickets | N/A | License | MIT | Doc PR | Not Yet At present the inflector only supports singularizing plural words, this PR adds the capability to pluralize singular words. Commits ------- 06920a7 Support pluralization in the inflector
After rebase on master, Test suite on Inflector failed : |
At present the inflector only supports singularizing plural words, this PR adds the capability to pluralize singular words.