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 7381b44 commit aa4b91e
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\2\2en');
yield new Transformation(new Pattern('()((e)(s))$'), '\1\2en');

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

0 comments on commit aa4b91e

Please sign in to comment.