From f78843edb05913c44ebd86535b0d50d22e99fc5e Mon Sep 17 00:00:00 2001 From: bertlobbezoo Date: Fri, 26 Aug 2022 15:42:15 +0200 Subject: [PATCH] fix(locale): remove SUS names (#1303) --- src/locales/en/name/first_name.ts | 2 -- src/locales/en/name/last_name.ts | 1 - src/locales/fr_BE/name/last_name.ts | 1 - test/__snapshots__/address.spec.ts.snap | 20 ++++++++++---------- test/__snapshots__/company.spec.ts.snap | 16 ++++++++-------- test/__snapshots__/finance.spec.ts.snap | 4 ++-- test/__snapshots__/internet.spec.ts.snap | 16 ++++++++-------- test/__snapshots__/name.spec.ts.snap | 22 +++++++++++----------- 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 d4928d94916..51870fb40bc 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 b453d1c7d38..b8b5692c298 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 c54d97111fc..e0b89311fca 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 3b158ec2dd7..2bb838a9952 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 565e27da0ef..24d8212fcc3 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 1e7486db53e..1cc36e29923 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 bf5e94a4bf2..b575d732a84 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`] = `"Jane_Doe18@yahoo.com"`; exports[`internet > 42 > email > with names and provider 1`] = `"Jane_Doe@fakerjs.dev"`; -exports[`internet > 42 > email > with provider 1`] = `"Garnett.Schinner73@fakerjs.dev"`; +exports[`internet > 42 > email > with provider 1`] = `"Garnet.Schinner73@fakerjs.dev"`; 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`] = `"Jadon.Trantow12@hotmail.com"`; +exports[`internet > 1211 > email > noArgs 1`] = `"Jadyn.Trantow12@hotmail.com"`; exports[`internet > 1211 > email > with names 1`] = `"Jane_Doe@hotmail.com"`; exports[`internet > 1211 > email > with names and provider 1`] = `"Jane.Doe89@fakerjs.dev"`; -exports[`internet > 1211 > email > with provider 1`] = `"Tito_Koch22@fakerjs.dev"`; +exports[`internet > 1211 > email > with provider 1`] = `"Tito_Koelpin22@fakerjs.dev"`; exports[`internet > 1211 > emoji > noArgs 1`] = `"🇮🇸"`; exports[`internet > 1211 > emoji > with options 1`] = `"🌲"`; -exports[`internet > 1211 > exampleEmail > noArgs 1`] = `"Jadon.Trantow12@example.net"`; +exports[`internet > 1211 > exampleEmail > noArgs 1`] = `"Jadyn.Trantow12@example.net"`; exports[`internet > 1211 > exampleEmail > with names 1`] = `"Jane_Doe@example.net"`; @@ -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`] = `"Keith27@gmail.com"`; +exports[`internet > 1337 > email > noArgs 1`] = `"Kellen27@gmail.com"`; exports[`internet > 1337 > email > with names 1`] = `"Jane.Doe@gmail.com"`; @@ -144,7 +144,7 @@ exports[`internet > 1337 > emoji > noArgs 1`] = `"💇🏼‍♀️"`; exports[`internet > 1337 > emoji > with options 1`] = `"🐪"`; -exports[`internet > 1337 > exampleEmail > noArgs 1`] = `"Keith27@example.org"`; +exports[`internet > 1337 > exampleEmail > noArgs 1`] = `"Kellen27@example.org"`; exports[`internet > 1337 > exampleEmail > with names 1`] = `"Jane.Doe@example.org"`; diff --git a/test/__snapshots__/name.spec.ts.snap b/test/__snapshots__/name.spec.ts.snap index 79a54976ffc..91cb72ebd77 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"`;