Skip to content

Commit

Permalink
fix(locale): remove SUS names (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertlobbezoo committed Aug 26, 2022
1 parent 9f8f952 commit f78843e
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 43 deletions.
2 changes: 0 additions & 2 deletions src/locales/en/name/first_name.ts
Expand Up @@ -1134,9 +1134,7 @@ export default [
'Garth',
'Gaston',
'Gavin',
'Gay',
'Gayle',
'Gaylord',
'Gene',
'General',
'Genesis',
Expand Down
1 change: 0 additions & 1 deletion src/locales/en/name/last_name.ts
Expand Up @@ -120,7 +120,6 @@ export default [
'Friesen',
'Fritsch',
'Funk',
'Gaylord',
'Gerhold',
'Gerlach',
'Gibson',
Expand Down
1 change: 0 additions & 1 deletion src/locales/fr_BE/name/last_name.ts
Expand Up @@ -268,7 +268,6 @@ export default [
'Friesen',
'Fritsch',
'Funk',
'Gaylord',
'Gerhold',
'Gerlach',
'Gibson',
Expand Down
20 changes: 10 additions & 10 deletions test/__snapshots__/address.spec.ts.snap
Expand Up @@ -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"`;

Expand Down Expand Up @@ -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"`;

Expand Down Expand Up @@ -152,15 +152,15 @@ 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"`;

exports[`address > 1211 > streetAddress > with useFullAddress = false 1`] = `"487 Breana Wells"`;

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"`;

Expand All @@ -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"`;

Expand Down Expand Up @@ -240,15 +240,15 @@ 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"`;

exports[`address > 1337 > streetAddress > with useFullAddress = false 1`] = `"51225 Alexys Haven"`;

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"`;

Expand Down
16 changes: 8 additions & 8 deletions test/__snapshots__/company.spec.ts.snap
Expand Up @@ -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`] = `
[
Expand All @@ -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`] = `
[
Expand Down
4 changes: 2 additions & 2 deletions test/__snapshots__/finance.spec.ts.snap
Expand Up @@ -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"`;

Expand Down Expand Up @@ -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"`;

Expand Down
16 changes: 8 additions & 8 deletions test/__snapshots__/internet.spec.ts.snap
Expand Up @@ -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`] = `"🕸️"`;

Expand Down Expand Up @@ -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"`;

Expand All @@ -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"`;

Expand Down Expand Up @@ -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"`;

Expand All @@ -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"`;

Expand All @@ -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"`;

Expand Down
22 changes: 11 additions & 11 deletions test/__snapshots__/name.spec.ts.snap
Expand Up @@ -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"`;

Expand Down Expand Up @@ -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"`;

Expand All @@ -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"`;

Expand All @@ -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"`;

Expand Down Expand Up @@ -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"`;

Expand All @@ -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"`;

Expand Down

0 comments on commit f78843e

Please sign in to comment.