Commit 4e6d1b0
committed
bug symfony#53715 [String] Fix plural of word ending by pus (Fan2Shrek)
This PR was merged into the 5.4 branch.
Discussion
----------
[String] Fix plural of word ending by pus
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#53685
| License | MIT
Fix the pluralization of words ending by 'pus' like campus.
Previously was campi instead of campuses
Commits
-------
3823582 Fix plurial of word ending by pusFile tree
2 files changed
+8
-0
lines changed- src/Symfony/Component/String
- Inflector
- Tests/Inflector
2 files changed
+8
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
294 | 300 | | |
295 | 301 | | |
296 | 302 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
| 302 | + | |
301 | 303 | | |
302 | 304 | | |
303 | 305 | | |
| |||
0 commit comments