You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For following locales:
src/main/resources/en-PH.yml
src/main/resources/fi-FI.yml
src/main/resources/nb-NO.yml
Male and female first names are simply copy/pasted to first_name list. Example from en-PH:
male_first_name: [Michael, Christian, Jeffrey, Jayson, Richard, Ryan, Jonathan, Joseph, Alvin, Marvin, Joel, Christopher, Julius, Angelo, Emmanuel]female_first_name: [Michelle, Jennifer, Catherine, Mary Grace, Angelica, Maricel, Rowena, Joan, Jocelyn, Mary Ann, Jessica, Arlene, Melanie, Mary Jane, Janice, Rosemarie, Christine, Marjorie, Analyn, Josephine]first_name: [Michael, Christian, Jeffrey, Jayson, Richard, Ryan, Jonathan, Joseph, Alvin, Marvin, Joel, Christopher, Julius, Angelo, Emmanuel, Michelle, Jennifer, Catherine, Mary Grace, Angelica, Maricel, Rowena, Joan, Jocelyn, Mary Ann, Jessica, Arlene, Melanie, Mary Jane, Janice, Rosemarie, Christine, Marjorie, Analyn, Josephine]
Describe the solution you'd like
We should use most common (reusable) approach, where first_name is combo (not copy/pasted) of male_first_name and female_first_name values:
Is your feature request related to a problem? Please describe.
For following locales:
Male and female first names are simply copy/pasted to
first_name
list. Example fromen-PH
:Describe the solution you'd like
We should use most common (reusable) approach, where
first_name
is combo (not copy/pasted) ofmale_first_name
andfemale_first_name
values:Describe alternatives you've considered
/
Additional context
/
The text was updated successfully, but these errors were encountered: