Skip to content

Commit

Permalink
refactor(word): reduce definitions to 1000 in all locales (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer authored Mar 16, 2024
1 parent b6b18d7 commit cefc1e9
Show file tree
Hide file tree
Showing 15 changed files with 2,467 additions and 37,504 deletions.
133 changes: 0 additions & 133 deletions src/locales/de/word/adjective.ts

Large diffs are not rendered by default.

120 changes: 46 additions & 74 deletions src/locales/de/word/adverb.ts

Large diffs are not rendered by default.

2,255 changes: 108 additions & 2,147 deletions src/locales/de/word/verb.ts

Large diffs are not rendered by default.

386 changes: 29 additions & 357 deletions src/locales/en/word/adjective.ts

Large diffs are not rendered by default.

5,660 changes: 0 additions & 5,660 deletions src/locales/en/word/noun.ts

Large diffs are not rendered by default.

4,910 changes: 0 additions & 4,910 deletions src/locales/en/word/verb.ts

Large diffs are not rendered by default.

1,919 changes: 959 additions & 960 deletions src/locales/fr/word/verb.ts

Large diffs are not rendered by default.

7,701 changes: 312 additions & 7,389 deletions src/locales/hu/word/adjective.ts

Large diffs are not rendered by default.

862 changes: 310 additions & 552 deletions src/locales/hu/word/adverb.ts

Large diffs are not rendered by default.

10,268 changes: 325 additions & 9,943 deletions src/locales/hu/word/noun.ts

Large diffs are not rendered by default.

5,579 changes: 289 additions & 5,290 deletions src/locales/hu/word/verb.ts

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions test/modules/__snapshots__/internet.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ exports[`internet > 42 > displayName > with firstName option 1`] = `"Jane59"`;

exports[`internet > 42 > displayName > with lastName option 1`] = `"Garnet_Doe"`;

exports[`internet > 42 > domainName 1`] = `"hasty-vegetable.net"`;
exports[`internet > 42 > domainName 1`] = `"hospitable-unit.net"`;

exports[`internet > 42 > domainSuffix 1`] = `"info"`;

exports[`internet > 42 > domainWord 1`] = `"hasty-vegetable"`;
exports[`internet > 42 > domainWord 1`] = `"hospitable-unit"`;

exports[`internet > 42 > email > noArgs 1`] = `"Valentine.Miller15@yahoo.com"`;

Expand Down Expand Up @@ -92,11 +92,11 @@ exports[`internet > 42 > port 1`] = `24545`;

exports[`internet > 42 > protocol 1`] = `"http"`;

exports[`internet > 42 > url > noArgs 1`] = `"https://wee-refrigerator.name/"`;
exports[`internet > 42 > url > noArgs 1`] = `"https://weird-rawhide.name/"`;

exports[`internet > 42 > url > with slash appended 1`] = `"https://hasty-vegetable.net/"`;
exports[`internet > 42 > url > with slash appended 1`] = `"https://hospitable-unit.net/"`;

exports[`internet > 42 > url > without slash appended and with http protocol 1`] = `"http://hasty-vegetable.net"`;
exports[`internet > 42 > url > without slash appended and with http protocol 1`] = `"http://hospitable-unit.net"`;

exports[`internet > 42 > userAgent 1`] = `"Mozilla/5.0 (X11; Linux i686; rv:13.5) Gecko/20100101 Firefox/13.5.1"`;

Expand Down Expand Up @@ -142,11 +142,11 @@ exports[`internet > 1211 > displayName > with firstName option 1`] = `"Jane.Tran

exports[`internet > 1211 > displayName > with lastName option 1`] = `"Tito_Doe22"`;

exports[`internet > 1211 > domainName 1`] = `"vicious-teletype.biz"`;
exports[`internet > 1211 > domainName 1`] = `"velvety-tarragon.biz"`;

exports[`internet > 1211 > domainSuffix 1`] = `"org"`;

exports[`internet > 1211 > domainWord 1`] = `"vicious-teletype"`;
exports[`internet > 1211 > domainWord 1`] = `"velvety-tarragon"`;

exports[`internet > 1211 > email > noArgs 1`] = `"Skye68@hotmail.com"`;

Expand Down Expand Up @@ -208,11 +208,11 @@ exports[`internet > 1211 > port 1`] = `60851`;

exports[`internet > 1211 > protocol 1`] = `"https"`;

exports[`internet > 1211 > url > noArgs 1`] = `"https://unknown-cruise.org"`;
exports[`internet > 1211 > url > noArgs 1`] = `"https://unknown-decongestant.org"`;

exports[`internet > 1211 > url > with slash appended 1`] = `"https://vicious-teletype.biz/"`;
exports[`internet > 1211 > url > with slash appended 1`] = `"https://velvety-tarragon.biz/"`;

exports[`internet > 1211 > url > without slash appended and with http protocol 1`] = `"http://vicious-teletype.biz"`;
exports[`internet > 1211 > url > without slash appended and with http protocol 1`] = `"http://velvety-tarragon.biz"`;

exports[`internet > 1211 > userAgent 1`] = `"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko"`;

Expand Down Expand Up @@ -258,11 +258,11 @@ exports[`internet > 1337 > displayName > with firstName option 1`] = `"Jane45"`;

exports[`internet > 1337 > displayName > with lastName option 1`] = `"Devyn.Doe"`;

exports[`internet > 1337 > domainName 1`] = `"fair-chow.biz"`;
exports[`internet > 1337 > domainName 1`] = `"fatal-co-producer.biz"`;

exports[`internet > 1337 > domainSuffix 1`] = `"biz"`;

exports[`internet > 1337 > domainWord 1`] = `"fair-chow"`;
exports[`internet > 1337 > domainWord 1`] = `"fatal-co-producer"`;

exports[`internet > 1337 > email > noArgs 1`] = `"Carmella.Koelpin51@gmail.com"`;

Expand Down Expand Up @@ -324,11 +324,11 @@ exports[`internet > 1337 > port 1`] = `17172`;

exports[`internet > 1337 > protocol 1`] = `"http"`;

exports[`internet > 1337 > url > noArgs 1`] = `"https://crushing-dough.info/"`;
exports[`internet > 1337 > url > noArgs 1`] = `"https://cumbersome-duster.info/"`;

exports[`internet > 1337 > url > with slash appended 1`] = `"https://fair-chow.biz/"`;
exports[`internet > 1337 > url > with slash appended 1`] = `"https://fatal-co-producer.biz/"`;

exports[`internet > 1337 > url > without slash appended and with http protocol 1`] = `"http://fair-chow.biz"`;
exports[`internet > 1337 > url > without slash appended and with http protocol 1`] = `"http://fatal-co-producer.biz"`;

exports[`internet > 1337 > userAgent 1`] = `"Mozilla/5.0 (Windows NT 5.3; WOW64; rv:8.4) Gecko/20100101 Firefox/8.4.3"`;

Expand Down
2 changes: 1 addition & 1 deletion test/modules/__snapshots__/person.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exports[`person > 42 > suffix > with sex 1`] = `"III"`;

exports[`person > 42 > zodiacSign 1`] = `"Gemini"`;

exports[`person > 1211 > bio 1`] = `"cruise supporter, parent 🎲"`;
exports[`person > 1211 > bio 1`] = `"decongestant supporter, parent 🎲"`;

exports[`person > 1211 > firstName > noArgs 1`] = `"Tito"`;

Expand Down
24 changes: 12 additions & 12 deletions test/modules/__snapshots__/system.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exports[`system > 42 > fileName > with extensionCount 1`] = `"unnaturally_dreami

exports[`system > 42 > fileName > with extensionCount range 1`] = `"unnaturally_dreamily"`;

exports[`system > 42 > filePath 1`] = `"/opt/bin/supposing_dreamily_easel.xlsx"`;
exports[`system > 42 > filePath 1`] = `"/opt/bin/supposing_dreamily_embarrassment.xlsx"`;

exports[`system > 42 > fileType 1`] = `"font"`;

Expand Down Expand Up @@ -82,9 +82,9 @@ exports[`system > 42 > semver 1`] = `"3.9.7"`;

exports[`system > 1211 > commonFileExt 1`] = `"shtml"`;

exports[`system > 1211 > commonFileName > noArgs 1`] = `"gripping_unnaturally_phew.png"`;
exports[`system > 1211 > commonFileName > noArgs 1`] = `"happy_unnaturally_phew.png"`;

exports[`system > 1211 > commonFileName > with extension 1`] = `"gripping_unnaturally_phew.ext"`;
exports[`system > 1211 > commonFileName > with extension 1`] = `"happy_unnaturally_phew.ext"`;

exports[`system > 1211 > commonFileType 1`] = `"application"`;

Expand All @@ -104,13 +104,13 @@ exports[`system > 1211 > fileExt > noArgs 1`] = `"mp4"`;

exports[`system > 1211 > fileExt > with mimeType 1`] = `"map"`;

exports[`system > 1211 > fileName > noArgs 1`] = `"gripping_unnaturally_phew.vst"`;
exports[`system > 1211 > fileName > noArgs 1`] = `"happy_unnaturally_phew.vst"`;

exports[`system > 1211 > fileName > with extensionCount 1`] = `"gripping_unnaturally_phew.vst.mpg4"`;
exports[`system > 1211 > fileName > with extensionCount 1`] = `"happy_unnaturally_phew.vst.mpg4"`;

exports[`system > 1211 > fileName > with extensionCount range 1`] = `"gripping_unnaturally_phew.mpg4"`;
exports[`system > 1211 > fileName > with extensionCount range 1`] = `"happy_unnaturally_phew.mpg4"`;

exports[`system > 1211 > filePath 1`] = `"/var/log/recess_tinted_grant.mpg4"`;
exports[`system > 1211 > filePath 1`] = `"/var/log/record_tired_gripper.mpg4"`;

exports[`system > 1211 > fileType 1`] = `"video"`;

Expand Down Expand Up @@ -162,9 +162,9 @@ exports[`system > 1211 > semver 1`] = `"9.8.2"`;

exports[`system > 1337 > commonFileExt 1`] = `"wav"`;

exports[`system > 1337 > commonFileName > noArgs 1`] = `"weedkiller.mp4"`;
exports[`system > 1337 > commonFileName > noArgs 1`] = `"wallaby.mp4"`;

exports[`system > 1337 > commonFileName > with extension 1`] = `"weedkiller.ext"`;
exports[`system > 1337 > commonFileName > with extension 1`] = `"wallaby.ext"`;

exports[`system > 1337 > commonFileType 1`] = `"audio"`;

Expand All @@ -184,11 +184,11 @@ exports[`system > 1337 > fileExt > noArgs 1`] = `"xul"`;

exports[`system > 1337 > fileExt > with mimeType 1`] = `"json"`;

exports[`system > 1337 > fileName > noArgs 1`] = `"weedkiller.jpe"`;
exports[`system > 1337 > fileName > noArgs 1`] = `"wallaby.jpe"`;

exports[`system > 1337 > fileName > with extensionCount 1`] = `"weedkiller.jpe.distz"`;
exports[`system > 1337 > fileName > with extensionCount 1`] = `"wallaby.jpe.distz"`;

exports[`system > 1337 > fileName > with extensionCount range 1`] = `"weedkiller.distz.rar"`;
exports[`system > 1337 > fileName > with extensionCount range 1`] = `"wallaby.distz.rar"`;

exports[`system > 1337 > filePath 1`] = `"/Library/mmm.distz"`;

Expand Down
Loading

0 comments on commit cefc1e9

Please sign in to comment.