Skip to content

Commit

Permalink
dutch test
Browse files Browse the repository at this point in the history
  • Loading branch information
noud committed Sep 6, 2020
1 parent aa4b91e commit 6f13fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Inflector/Rules/Dutch/Inflectible.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static function getPlural() : iterable
{
// @todo already in plural (?)
// @todo refine
yield new Transformation(new Pattern('()((e)(s))$'), '\1\2en');
yield new Transformation(new Pattern('()(e)(s)$'), '\1\2\3\3en');

// http://nl.wikipedia.org/wiki/Meervoud_(Nederlands)#Klinkerverandering
yield new Transformation(new Pattern('()heid$'), '\1heden');
Expand Down

0 comments on commit 6f13fe6

Please sign in to comment.