Skip to content

Expand SV local names #635

Description

@robosoul

Is your feature request related to a problem? Please describe.
Current sv list of first names (male and female) as well as last names is incomplete.

% grep 'female_first_name' sv.yml | grep -o '[[][^]]*]' | sed 's/[[]//; s/[]]//; s/, /,/g' | tr ',' '\n' | wc -l
      13

% grep '[^a-z]male_first_name' sv.yml | grep -o '[[][^]]*]' | sed 's/[[]//; s/[]]//; s/, /,/g' | tr ',' '\n' | wc -l
      14

% grep 'last_name' sv.yml | grep -o '[[][^]]*]' | sed 's/[[]//; s/[]]//; s/, /,/g' | tr ',' '\n' | wc -l
      13

List of Swedish first/last names on wiki is more complete, around 200 first names, and 600 last names.

Describe the solution you'd like
Expand the female_first_name, male_first_name and last_name collections for sv locale.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions