-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Add some more non-countable English nouns #52526
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
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
There's a coding standards failure in code I didn't really change - at least not in a way that changes the style. I'm happy to add the changes anyway, if appropriate? (The coding standard patch seems to use the str_contains function, which I think was new in PHP 8, so I assume we don't really want that in Symfony 5.4?) |
regarding |
Perhaps yes, but I think it's mostly going to sounds strange with the s. In fact, I think there's an argument to be made that nouns ending "LTH" are almost always uncountable. Though I haven't even heard of some of these... |
8527dfd
to
cd6a28c
Compare
Thank you @paullallier. |
Oh, now I got plural "settingss" out of "settings" - should I open new issue? |
@acirulis please do |
@acirulis spotted that equipment was missing here: api-platform/core#5957
I've added that and a few more non-countable nouns that I think are reasonably likely to be used by someone. Arguably, time and work could also be here since they are normally non-countable, but there cases where times and works would be correct too.
And I corrected vocal to vowel, which is the correct English term
I'm not sure if this needs extra tests - happy to add if needed.