aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbertlobbezoo <[email protected]>2022-08-26 15:42:15 +0200
committerGitHub <[email protected]>2022-08-26 15:42:15 +0200
commitf78843edb05913c44ebd86535b0d50d22e99fc5e (patch)
tree2db38cac00208004c91b7c539b1f65b98bc18523
parent9f8f952aa20abadac34b648e93e459c4e2e4da9d (diff)
downloadfaker-f78843edb05913c44ebd86535b0d50d22e99fc5e.tar.xz
faker-f78843edb05913c44ebd86535b0d50d22e99fc5e.zip
fix(locale): remove SUS names (#1303)
-rw-r--r--src/locales/en/name/first_name.ts2
-rw-r--r--src/locales/en/name/last_name.ts1
-rw-r--r--src/locales/fr_BE/name/last_name.ts1
-rw-r--r--test/__snapshots__/address.spec.ts.snap20
-rw-r--r--test/__snapshots__/company.spec.ts.snap16
-rw-r--r--test/__snapshots__/finance.spec.ts.snap4
-rw-r--r--test/__snapshots__/internet.spec.ts.snap16
-rw-r--r--test/__snapshots__/name.spec.ts.snap22
8 files changed, 39 insertions, 43 deletions
diff --git a/src/locales/en/name/first_name.ts b/src/locales/en/name/first_name.ts
index d4928d94..51870fb4 100644
--- a/src/locales/en/name/first_name.ts
+++ b/src/locales/en/name/first_name.ts
@@ -1134,9 +1134,7 @@ export default [
'Garth',
'Gaston',
'Gavin',
- 'Gay',
'Gayle',
- 'Gaylord',
'Gene',
'General',
'Genesis',
diff --git a/src/locales/en/name/last_name.ts b/src/locales/en/name/last_name.ts
index b453d1c7..b8b5692c 100644
--- a/src/locales/en/name/last_name.ts
+++ b/src/locales/en/name/last_name.ts
@@ -120,7 +120,6 @@ export default [
'Friesen',
'Fritsch',
'Funk',
- 'Gaylord',
'Gerhold',
'Gerlach',
'Gibson',
diff --git a/src/locales/fr_BE/name/last_name.ts b/src/locales/fr_BE/name/last_name.ts
index c54d9711..e0b89311 100644
--- a/src/locales/fr_BE/name/last_name.ts
+++ b/src/locales/fr_BE/name/last_name.ts
@@ -268,7 +268,6 @@ export default [
'Friesen',
'Fritsch',
'Funk',
- 'Gaylord',
'Gerhold',
'Gerlach',
'Gibson',
diff --git a/test/__snapshots__/address.spec.ts.snap b/test/__snapshots__/address.spec.ts.snap
index 3b158ec2..2bb838a9 100644
--- a/test/__snapshots__/address.spec.ts.snap
+++ b/test/__snapshots__/address.spec.ts.snap
@@ -66,11 +66,11 @@ exports[`address > 42 > stateAbbr 1`] = `"ME"`;
exports[`address > 42 > street 1`] = `"Peyton Village"`;
-exports[`address > 42 > streetAddress > noArgs 1`] = `"7917 Metz Pine"`;
+exports[`address > 42 > streetAddress > noArgs 1`] = `"7917 Miller Pine"`;
-exports[`address > 42 > streetAddress > with useFullAddress = false 1`] = `"7917 Metz Pine"`;
+exports[`address > 42 > streetAddress > with useFullAddress = false 1`] = `"7917 Miller Pine"`;
-exports[`address > 42 > streetAddress > with useFullAddress = true 1`] = `"7917 Metz Pine Apt. 410"`;
+exports[`address > 42 > streetAddress > with useFullAddress = true 1`] = `"7917 Miller Pine Apt. 410"`;
exports[`address > 42 > streetName 1`] = `"Peyton Village"`;
@@ -98,7 +98,7 @@ exports[`address > 1211 > cardinalDirection > with abbr = true 1`] = `"W"`;
exports[`address > 1211 > city > noArgs 1`] = `"La Crosse"`;
-exports[`address > 1211 > city > with given index 1`] = `"Fort Jadon"`;
+exports[`address > 1211 > city > with given index 1`] = `"Fort Jadyn"`;
exports[`address > 1211 > cityName 1`] = `"Urbana"`;
@@ -152,7 +152,7 @@ exports[`address > 1211 > state 1`] = `"Washington"`;
exports[`address > 1211 > stateAbbr 1`] = `"WA"`;
-exports[`address > 1211 > street 1`] = `"Koch Turnpike"`;
+exports[`address > 1211 > street 1`] = `"Koelpin Turnpike"`;
exports[`address > 1211 > streetAddress > noArgs 1`] = `"487 Breana Wells"`;
@@ -160,7 +160,7 @@ exports[`address > 1211 > streetAddress > with useFullAddress = false 1`] = `"48
exports[`address > 1211 > streetAddress > with useFullAddress = true 1`] = `"487 Breana Wells Apt. 616"`;
-exports[`address > 1211 > streetName 1`] = `"Koch Turnpike"`;
+exports[`address > 1211 > streetName 1`] = `"Koelpin Turnpike"`;
exports[`address > 1211 > streetPrefix 1`] = `"c"`;
@@ -184,9 +184,9 @@ exports[`address > 1337 > cardinalDirection > with abbr = false 1`] = `"East"`;
exports[`address > 1337 > cardinalDirection > with abbr = true 1`] = `"E"`;
-exports[`address > 1337 > city > noArgs 1`] = `"New Carmelo"`;
+exports[`address > 1337 > city > noArgs 1`] = `"New Carmella"`;
-exports[`address > 1337 > city > with given index 1`] = `"West Keith"`;
+exports[`address > 1337 > city > with given index 1`] = `"West Kellen"`;
exports[`address > 1337 > cityName 1`] = `"Dubuque"`;
@@ -240,7 +240,7 @@ exports[`address > 1337 > state 1`] = `"Indiana"`;
exports[`address > 1337 > stateAbbr 1`] = `"IN"`;
-exports[`address > 1337 > street 1`] = `"Keith Dam"`;
+exports[`address > 1337 > street 1`] = `"Kellen Dam"`;
exports[`address > 1337 > streetAddress > noArgs 1`] = `"51225 Alexys Haven"`;
@@ -248,7 +248,7 @@ exports[`address > 1337 > streetAddress > with useFullAddress = false 1`] = `"51
exports[`address > 1337 > streetAddress > with useFullAddress = true 1`] = `"51225 Alexys Haven Apt. 552"`;
-exports[`address > 1337 > streetName 1`] = `"Keith Dam"`;
+exports[`address > 1337 > streetName 1`] = `"Kellen Dam"`;
exports[`address > 1337 > streetPrefix 1`] = `"a"`;
diff --git a/test/__snapshots__/company.spec.ts.snap b/test/__snapshots__/company.spec.ts.snap
index 565e27da..24d8212f 100644
--- a/test/__snapshots__/company.spec.ts.snap
+++ b/test/__snapshots__/company.spec.ts.snap
@@ -51,15 +51,15 @@ exports[`company > 1211 > catchPhraseDescriptor 1`] = `"upward-trending"`;
exports[`company > 1211 > catchPhraseNoun 1`] = `"system engine"`;
-exports[`company > 1211 > companyName > noArgs 1`] = `"Koch, Trantow and Sanford"`;
+exports[`company > 1211 > companyName > noArgs 1`] = `"Koelpin, Trantow and Satterfield"`;
-exports[`company > 1211 > companyName > with index 1`] = `"Koch, Trantow and Sanford"`;
+exports[`company > 1211 > companyName > with index 1`] = `"Koelpin, Trantow and Satterfield"`;
exports[`company > 1211 > companySuffix 1`] = `"Group"`;
-exports[`company > 1211 > name > noArgs 1`] = `"Koch, Trantow and Sanford"`;
+exports[`company > 1211 > name > noArgs 1`] = `"Koelpin, Trantow and Satterfield"`;
-exports[`company > 1211 > name > with index 1`] = `"Koch, Trantow and Sanford"`;
+exports[`company > 1211 > name > with index 1`] = `"Koelpin, Trantow and Satterfield"`;
exports[`company > 1211 > suffixes 1`] = `
[
@@ -86,15 +86,15 @@ exports[`company > 1337 > catchPhraseDescriptor 1`] = `"demand-driven"`;
exports[`company > 1337 > catchPhraseNoun 1`] = `"data-warehouse"`;
-exports[`company > 1337 > companyName > noArgs 1`] = `"Macejkovic Inc"`;
+exports[`company > 1337 > companyName > noArgs 1`] = `"MacGyver Inc"`;
-exports[`company > 1337 > companyName > with index 1`] = `"Macejkovic Inc"`;
+exports[`company > 1337 > companyName > with index 1`] = `"MacGyver Inc"`;
exports[`company > 1337 > companySuffix 1`] = `"and Sons"`;
-exports[`company > 1337 > name > noArgs 1`] = `"Macejkovic Inc"`;
+exports[`company > 1337 > name > noArgs 1`] = `"MacGyver Inc"`;
-exports[`company > 1337 > name > with index 1`] = `"Macejkovic Inc"`;
+exports[`company > 1337 > name > with index 1`] = `"MacGyver Inc"`;
exports[`company > 1337 > suffixes 1`] = `
[
diff --git a/test/__snapshots__/finance.spec.ts.snap b/test/__snapshots__/finance.spec.ts.snap
index 1e7486db..1cc36e29 100644
--- a/test/__snapshots__/finance.spec.ts.snap
+++ b/test/__snapshots__/finance.spec.ts.snap
@@ -60,7 +60,7 @@ exports[`finance > 42 > pin > with length 1`] = `"3791775514"`;
exports[`finance > 42 > routingNumber 1`] = `"379177554"`;
-exports[`finance > 42 > transactionDescription 1`] = `"invoice transaction at Wiegand, Deckow and Renner using card ending with ***(...8361) for SDG 374.54 in account ***55141004"`;
+exports[`finance > 42 > transactionDescription 1`] = `"invoice transaction at Wiegand, Deckow and Reynolds using card ending with ***(...8361) for SDG 374.54 in account ***55141004"`;
exports[`finance > 42 > transactionType 1`] = `"withdrawal"`;
@@ -124,7 +124,7 @@ exports[`finance > 1211 > pin > with length 1`] = `"9487219061"`;
exports[`finance > 1211 > routingNumber 1`] = `"948721904"`;
-exports[`finance > 1211 > transactionDescription 1`] = `"deposit transaction at Trantow - Sanford using card ending with ***(...4316) for STN 928.52 in account ***19061627"`;
+exports[`finance > 1211 > transactionDescription 1`] = `"deposit transaction at Trantow - Satterfield using card ending with ***(...4316) for STN 928.52 in account ***19061627"`;
exports[`finance > 1211 > transactionType 1`] = `"invoice"`;
diff --git a/test/__snapshots__/internet.spec.ts.snap b/test/__snapshots__/internet.spec.ts.snap
index bf5e94a4..b575d732 100644
--- a/test/__snapshots__/internet.spec.ts.snap
+++ b/test/__snapshots__/internet.spec.ts.snap
@@ -18,7 +18,7 @@ exports[`internet > 42 > email > with names 1`] = `"[email protected]"`;
exports[`internet > 42 > email > with names and provider 1`] = `"[email protected]"`;
-exports[`internet > 42 > email > with provider 1`] = `"[email protected]"`;
+exports[`internet > 42 > email > with provider 1`] = `"[email protected]"`;
exports[`internet > 42 > emoji > noArgs 1`] = `"🕸️"`;
@@ -56,7 +56,7 @@ exports[`internet > 42 > url 1`] = `"http://stable-veil.biz"`;
exports[`internet > 42 > userAgent 1`] = `"Mozilla/5.0 (Windows; U; Windows NT 6.2) AppleWebKit/538.0.2 (KHTML, like Gecko) Chrome/29.0.815.0 Safari/538.0.2"`;
-exports[`internet > 42 > userName > noArgs 1`] = `"Garnett.Schinner73"`;
+exports[`internet > 42 > userName > noArgs 1`] = `"Garnet.Schinner73"`;
exports[`internet > 42 > userName > with names 1`] = `"Jane_Doe"`;
@@ -72,19 +72,19 @@ exports[`internet > 1211 > domainSuffix 1`] = `"org"`;
exports[`internet > 1211 > domainWord 1`] = `"verifiable-infix"`;
-exports[`internet > 1211 > email > noArgs 1`] = `"[email protected]"`;
+exports[`internet > 1211 > email > noArgs 1`] = `"[email protected]"`;
exports[`internet > 1211 > email > with names 1`] = `"[email protected]"`;
exports[`internet > 1211 > email > with names and provider 1`] = `"[email protected]"`;
-exports[`internet > 1211 > email > with provider 1`] = `"[email protected]"`;
+exports[`internet > 1211 > email > with provider 1`] = `"[email protected]"`;
exports[`internet > 1211 > emoji > noArgs 1`] = `"🇮🇸"`;
exports[`internet > 1211 > emoji > with options 1`] = `"🌲"`;
-exports[`internet > 1211 > exampleEmail > noArgs 1`] = `"[email protected]"`;
+exports[`internet > 1211 > exampleEmail > noArgs 1`] = `"[email protected]"`;
exports[`internet > 1211 > exampleEmail > with names 1`] = `"[email protected]"`;
@@ -116,7 +116,7 @@ exports[`internet > 1211 > url 1`] = `"https://joyous-temple.net"`;
exports[`internet > 1211 > userAgent 1`] = `"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6 rv:3.0; PT) AppleWebKit/538.2.0 (KHTML, like Gecko) Version/4.1.0 Safari/538.2.0"`;
-exports[`internet > 1211 > userName > noArgs 1`] = `"Tito_Koch22"`;
+exports[`internet > 1211 > userName > noArgs 1`] = `"Tito_Koelpin22"`;
exports[`internet > 1211 > userName > with names 1`] = `"Jane.Doe89"`;
@@ -132,7 +132,7 @@ exports[`internet > 1337 > domainSuffix 1`] = `"biz"`;
exports[`internet > 1337 > domainWord 1`] = `"fabulous-migration"`;
-exports[`internet > 1337 > email > noArgs 1`] = `"[email protected]"`;
+exports[`internet > 1337 > email > noArgs 1`] = `"[email protected]"`;
exports[`internet > 1337 > email > with names 1`] = `"[email protected]"`;
@@ -144,7 +144,7 @@ exports[`internet > 1337 > emoji > noArgs 1`] = `"💇🏼‍♀️"`;
exports[`internet > 1337 > emoji > with options 1`] = `"🐪"`;
-exports[`internet > 1337 > exampleEmail > noArgs 1`] = `"[email protected]"`;
+exports[`internet > 1337 > exampleEmail > noArgs 1`] = `"[email protected]"`;
exports[`internet > 1337 > exampleEmail > with names 1`] = `"[email protected]"`;
diff --git a/test/__snapshots__/name.spec.ts.snap b/test/__snapshots__/name.spec.ts.snap
index 79a54976..91cb72eb 100644
--- a/test/__snapshots__/name.spec.ts.snap
+++ b/test/__snapshots__/name.spec.ts.snap
@@ -8,7 +8,7 @@ exports[`name > 42 > findName > with name 1`] = `"John Doe"`;
exports[`name > 42 > findName > with name and gender 1`] = `"John Doe"`;
-exports[`name > 42 > firstName > noArgs 1`] = `"Garnett"`;
+exports[`name > 42 > firstName > noArgs 1`] = `"Garnet"`;
exports[`name > 42 > firstName > with gender 1`] = `"Glen"`;
@@ -38,9 +38,9 @@ exports[`name > 42 > jobTitle 1`] = `"Regional Data Representative"`;
exports[`name > 42 > jobType 1`] = `"Coordinator"`;
-exports[`name > 42 > lastName > noArgs 1`] = `"Hintz"`;
+exports[`name > 42 > lastName > noArgs 1`] = `"Hirthe"`;
-exports[`name > 42 > lastName > with gender 1`] = `"Hintz"`;
+exports[`name > 42 > lastName > with gender 1`] = `"Hirthe"`;
exports[`name > 42 > middleName > noArgs 1`] = `"Greer"`;
@@ -62,7 +62,7 @@ exports[`name > 42 > suffix > with gender 1`] = `"III"`;
exports[`name > 1211 > findName > noArgs 1`] = `"Claude Trantow"`;
-exports[`name > 1211 > findName > with gender 1`] = `"Patti Koch"`;
+exports[`name > 1211 > findName > with gender 1`] = `"Patti Koelpin"`;
exports[`name > 1211 > findName > with name 1`] = `"John Doe"`;
@@ -78,13 +78,13 @@ exports[`name > 1211 > fullName > with all (gender) 1`] = `"John Doe"`;
exports[`name > 1211 > fullName > with all (sex) 1`] = `"John Doe"`;
-exports[`name > 1211 > fullName > with firstName 1`] = `"John Koch"`;
+exports[`name > 1211 > fullName > with firstName 1`] = `"John Koelpin"`;
-exports[`name > 1211 > fullName > with gender 1`] = `"Patti Koch"`;
+exports[`name > 1211 > fullName > with gender 1`] = `"Patti Koelpin"`;
exports[`name > 1211 > fullName > with lastName 1`] = `"Claude Doe"`;
-exports[`name > 1211 > fullName > with sex 1`] = `"Patti Koch"`;
+exports[`name > 1211 > fullName > with sex 1`] = `"Patti Koelpin"`;
exports[`name > 1211 > gender > noArgs 1`] = `"Trigender"`;
@@ -122,7 +122,7 @@ exports[`name > 1211 > suffix > with gender 1`] = `"DVM"`;
exports[`name > 1337 > findName > noArgs 1`] = `"Leona Cronin"`;
-exports[`name > 1337 > findName > with gender 1`] = `"Esther Macejkovic"`;
+exports[`name > 1337 > findName > with gender 1`] = `"Esther MacGyver"`;
exports[`name > 1337 > findName > with name 1`] = `"John Doe"`;
@@ -138,13 +138,13 @@ exports[`name > 1337 > fullName > with all (gender) 1`] = `"John Doe"`;
exports[`name > 1337 > fullName > with all (sex) 1`] = `"John Doe"`;
-exports[`name > 1337 > fullName > with firstName 1`] = `"John Macejkovic"`;
+exports[`name > 1337 > fullName > with firstName 1`] = `"John MacGyver"`;
-exports[`name > 1337 > fullName > with gender 1`] = `"Esther Macejkovic"`;
+exports[`name > 1337 > fullName > with gender 1`] = `"Esther MacGyver"`;
exports[`name > 1337 > fullName > with lastName 1`] = `"Leona Doe"`;
-exports[`name > 1337 > fullName > with sex 1`] = `"Esther Macejkovic"`;
+exports[`name > 1337 > fullName > with sex 1`] = `"Esther MacGyver"`;
exports[`name > 1337 > gender > noArgs 1`] = `"Demigender"`;