diff options
| author | Matt Mayer <[email protected]> | 2023-03-09 01:26:09 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-08 19:26:09 +0100 |
| commit | 4f14533418e23496fa463f08e8276cb230dc7643 (patch) | |
| tree | 759f2abc382031b457ebc4ed6d5585939004f727 /src | |
| parent | 7ae5cdb59d4c0e5550ea9f9c2b065360b0d359a5 (diff) | |
| download | faker-4f14533418e23496fa463f08e8276cb230dc7643.tar.xz faker-4f14533418e23496fa463f08e8276cb230dc7643.zip | |
fix(locale): correct capitalization of last_name in en_AU (#1912)
Diffstat (limited to 'src')
| -rw-r--r-- | src/locales/en_AU/person/last_name.ts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/locales/en_AU/person/last_name.ts b/src/locales/en_AU/person/last_name.ts index 2288f061..7cd02164 100644 --- a/src/locales/en_AU/person/last_name.ts +++ b/src/locales/en_AU/person/last_name.ts @@ -45,7 +45,7 @@ export default [ 'Johnston', 'Moore', 'Smyth', - "O'neill", + "O'Neill", 'Doherty', 'Stewart', 'Quinn', @@ -121,7 +121,7 @@ export default [ 'Crooks', 'Cruickshank', 'Cummings', - "D'amore", + "D'Amore", 'Daniel', 'Dare', 'Daugherty', @@ -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', |
