Skip to content

Commit

Permalink
refactor(locale): split en_AU_ocker first_names by sex (#3270)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Nov 19, 2024
1 parent b85d0fd commit b0a5ad3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/locales/en_AU_ocker/person/first_name.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
generic: [
female: [
'Charlotte',
'Ava',
'Chloe',
Expand Down Expand Up @@ -50,6 +50,8 @@ export default {
'Evelyn',
'Mackenzie',
'Ayla',
],
male: [
'Oliver',
'Jack',
'Jackson',
Expand Down

0 comments on commit b0a5ad3

Please sign in to comment.