Skip to content

Commit

Permalink
fix(locale): correct capitalization of last_name in en_AU (#1912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Mayer committed Mar 8, 2023
1 parent 7ae5cdb commit 4f14533
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/locales/en_AU/person/last_name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default [
'Johnston',
'Moore',
'Smyth',
"O'neill",
"O'Neill",
'Doherty',
'Stewart',
'Quinn',
Expand Down Expand Up @@ -121,7 +121,7 @@ export default [
'Crooks',
'Cruickshank',
'Cummings',
"D'amore",
"D'Amore",
'Daniel',
'Dare',
'Daugherty',
Expand Down Expand Up @@ -235,12 +235,12 @@ export default [
'Nader',
'Nicolas',
'Nolan',
"O'connell",
"O'conner",
"O'hara",
"O'keefe",
"O'Connell",
"O'Conner",
"O'Hara",
"O'Keefe",
'Olson',
"O'reilly",
"O'Reilly",
'Parisian',
'Parker',
'Quigley',
Expand Down

0 comments on commit 4f14533

Please sign in to comment.