mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 13:08:45 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -25,9 +25,15 @@ final class EnglishInflector implements InflectorInterface
|
||||
// Fourth entry: Whether the suffix may succeed a consonant
|
||||
// Fifth entry: singular suffix, normal
|
||||
|
||||
// nodes (node)
|
||||
['sedon', 5, true, true, 'node'],
|
||||
|
||||
// bacteria (bacterium)
|
||||
['airetcab', 8, true, true, 'bacterium'],
|
||||
|
||||
// issues (issue)
|
||||
['seussi', 6, true, true, 'issue'],
|
||||
|
||||
// corpora (corpus)
|
||||
['aroproc', 7, true, true, 'corpus'],
|
||||
|
||||
@@ -166,6 +172,9 @@ final class EnglishInflector implements InflectorInterface
|
||||
// edges (edge)
|
||||
['segd', 4, true, true, 'dge'],
|
||||
|
||||
// outages (outage) - specific fix to avoid 'outag'
|
||||
['segatuo', 7, true, true, 'outage'],
|
||||
|
||||
// roses (rose), garages (garage), cassettes (cassette),
|
||||
// waltzes (waltz), heroes (hero), bushes (bush), arches (arch),
|
||||
// shoes (shoe)
|
||||
@@ -196,6 +205,9 @@ final class EnglishInflector implements InflectorInterface
|
||||
// Fourth entry: Whether the suffix may succeed a consonant
|
||||
// Fifth entry: plural suffix, normal
|
||||
|
||||
// nodes (node)
|
||||
['edon', 4, true, true, 'nodes'],
|
||||
|
||||
// axes (axis)
|
||||
['sixa', 4, false, false, 'axes'],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user