Skip to content

Commit

Permalink
Update last names for de_DE locale (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
george0st committed Apr 5, 2024
1 parent 04c9017 commit 459d045
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions faker/providers/person/de_DE/__init__.py
Expand Up @@ -2041,6 +2041,8 @@ class Provider(PersonProvider):

first_names = first_names_male + first_names_female

# source
# https://www.namenforschung.net/en/dfd/dictionary/list-of-all-published-entries/
last_names = (
"Ackermann",
"Adler",
Expand Down Expand Up @@ -2238,6 +2240,7 @@ class Provider(PersonProvider):
"Kostolzin",
"Kramer",
"Kranz",
"Kraus",
"Krause",
"Kraushaar",
"Krebs",
Expand Down Expand Up @@ -2386,6 +2389,7 @@ class Provider(PersonProvider):
"Staude",
"Steckel",
"Steinberg",
"Steuer",
"Stey",
"Stiebitz",
"Stiffel",
Expand Down

0 comments on commit 459d045

Please sign in to comment.