Skip to content

Commit

Permalink
Merge pull request #3 from printu/feat/name-exception-ania
Browse files Browse the repository at this point in the history
Add fistname exception - Ania:Aniu
  • Loading branch information
lutek authored May 8, 2019
2 parents d691208 + 9b1db6a commit 6b0e517
Show file tree
Hide file tree
Showing 3 changed files with 8,574 additions and 8,547 deletions.
3 changes: 2 additions & 1 deletion src/VocativePolishFirstName.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ class VocativePolishFirstName
'Doris' => ['W', 'Doris'],
'Dolores' => ['W', 'Dolores'],
'Abigail' => ['W', 'Abigail'],
'Nikolett' => ['W', 'Nikoletto']
'Nikolett' => ['W', 'Nikoletto'],
'Ania' => ['W', "Aniu"]
];

/**
Expand Down
1 change: 1 addition & 0 deletions test/imiona.csv
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"Aniela","Anielo","W"
"Anita","Anito","W"
"Anna","Anno","W"
"Ania","Aniu","W"
"Antoni","Antoni","M"
"Antonin","Antoninie","M"
"Antonina","Antonino","W"
Expand Down
Loading

0 comments on commit 6b0e517

Please sign in to comment.