From 4f14533418e23496fa463f08e8276cb230dc7643 Mon Sep 17 00:00:00 2001 From: Matt Mayer Date: Thu, 9 Mar 2023 01:26:09 +0700 Subject: fix(locale): correct capitalization of last_name in en_AU (#1912) --- src/locales/en_AU/person/last_name.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src') 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', -- cgit v1.2.3