Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d5376fc

Browse filesBrowse files
bug #60236 [String] Support nexus -> nexuses pluralization (KorvinSzanto)
This PR was submitted for the 7.2 branch but it was merged into the 6.4 branch instead. Discussion ---------- [String] Support nexus -> nexuses pluralization | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #60235 | License | MIT Handle pluralizing `nexus` to `nexuses` instead of `nexi`. See linked issue for dictionary references. Commits ------- b158801 Support nexus -> nexuses pluralization
2 parents 330e167 + b158801 commit d5376fc
Copy full SHA for d5376fc

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎src/Symfony/Component/String/Inflector/EnglishInflector.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/String/Inflector/EnglishInflector.php
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ final class EnglishInflector implements InflectorInterface
333333
// conspectuses (conspectus), prospectuses (prospectus)
334334
['sutcep', 6, true, true, 'pectuses'],
335335

336+
// nexuses (nexus)
337+
['suxen', 5, false, false, 'nexuses'],
338+
336339
// fungi (fungus), alumni (alumnus), syllabi (syllabus), radii (radius)
337340
['su', 2, true, true, 'i'],
338341

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.