Skip to content

Navigation Menu

Sign in
Appearance settings

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 b230721

Browse filesBrowse files
authored
[Strings][EnglishInflector] Fix incorrect pluralisation of 'Album'
Previously it incorrectly returned 'Alba' for 'Album', should be 'Albums'
1 parent 89b8498 commit b230721
Copy full SHA for b230721

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
@@ -238,6 +238,9 @@ final class EnglishInflector implements InflectorInterface
238238
// teeth (tooth)
239239
['htoot', 5, true, true, 'teeth'],
240240

241+
// albums (album)
242+
['mubla', 5, true, true, 'albums'],
243+
241244
// bacteria (bacterium), criteria (criterion), phenomena (phenomenon)
242245
['mu', 2, true, true, 'a'],
243246

0 commit comments

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