Closed
Description
Is your feature request related to a problem? Please describe.
There is limited first/last name collections for locale dk
.
% grep 'last_name' src/main/resources/da-DK.yml | grep -o '[[][^]]*]' | sed 's/[[]//; s/[]]//; s/, /,/g' | tr ',' '\n' | wc -l
10
% grep 'first_name' src/main/resources/da-DK.yml | grep -o '[[][^]]*]' | sed 's/[[]//; s/[]]//; s/, /,/g' | tr ',' '\n' | wc -l
20
Describe the solution you'd like
Expand DK first/last name using following:
- https://en.wikipedia.org/wiki/Category:Danish_masculine_given_names
- https://en.wikipedia.org/wiki/Category:Danish-language_surnames
- https://en.wikipedia.org/wiki/Category:Danish_feminine_given_names
Describe alternatives you've considered
Created local file that I plan to move to this repo.
Metadata
Metadata
Assignees
Labels
No labels