Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(person): Improvements to Dutch name generation, in particular regarding affixes #1778

Merged
merged 9 commits into from
Feb 12, 2023
Prev Previous commit
Next Next commit
Fix sorting
  • Loading branch information
amarillion committed Feb 9, 2023
commit cb94028ef83fd02ecd41c99a46ffe799c56e03cf
8 changes: 4 additions & 4 deletions src/locales/nl/person/last_name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ export default [
'de Vos',
'de Vries',
'de Wit',
'den Adel',
'Dekker',
'den Adel',
'Dijkstra',
'Driessen',
'Evers',
'Freriks',
'Gerritsen',
'Groen',
'Groothuizen',
'Hazes',
'Hartman',
'Hazes',
'Hendriks',
'Hermans',
'Hofman',
Expand Down Expand Up @@ -66,9 +66,9 @@ export default [
'Nijland',
'Oosterhuis',
'Peeters',
'Poels',
'Post',
'Postma',
'Poels',
'Prinsen',
'Rietman',
'Ritsma',
Expand Down Expand Up @@ -124,9 +124,9 @@ export default [
'Vink',
'Visser',
'Vos',
'Wagenaar',
'Willems',
'Willemsen',
'Wagenaar',
'Wolters',
'Zijlstra',
'Zuiderveld',
Expand Down