Skip to content

Commit 38315c4

Browse files
authored
Merge pull request bartificer#102 from ilessing/main
chore(dictionary): add some 12-letter words to existing dictionary
2 parents 792246e + 73d037c commit 38315c4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/lib/dictionaryEN.mjs

+12
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ const THE_WORDS = [
166166
'anything',
167167
'appear',
168168
'apple',
169+
'appreciation',
169170
'area',
170171
'arms',
171172
'army',
@@ -315,6 +316,7 @@ const THE_WORDS = [
315316
'continue',
316317
'continued',
317318
'control',
319+
'conversation',
318320
'cook',
319321
'cool',
320322
'copy',
@@ -325,6 +327,7 @@ const THE_WORDS = [
325327
'cotton',
326328
'could',
327329
'count',
330+
'counterpart',
328331
'country',
329332
'course',
330333
'cover',
@@ -370,6 +373,7 @@ const THE_WORDS = [
370373
'dinner',
371374
'direct',
372375
'direction',
376+
'disagreement',
373377
'discover',
374378
'discovered',
375379
'dish',
@@ -445,6 +449,7 @@ const THE_WORDS = [
445449
'explain',
446450
'express',
447451
'face',
452+
'facinations',
448453
'fact',
449454
'factories',
450455
'factors',
@@ -514,10 +519,12 @@ const THE_WORDS = [
514519
'fresh',
515520
'friend',
516521
'friends',
522+
'friendliness',
517523
'from',
518524
'front',
519525
'fruit',
520526
'full',
527+
'fundamentally',
521528
'further',
522529
'future',
523530
'gain',
@@ -607,6 +614,7 @@ const THE_WORDS = [
607614
'hurt',
608615
'husband',
609616
'idea',
617+
'illustration',
610618
'important',
611619
'inch',
612620
'inches',
@@ -720,6 +728,7 @@ const THE_WORDS = [
720728
'metal',
721729
'method',
722730
'middle',
731+
'middleweight',
723732
'might',
724733
'mile',
725734
'milk',
@@ -904,6 +913,7 @@ const THE_WORDS = [
904913
'remain',
905914
'remember',
906915
'repeated',
916+
'repercussion',
907917
'reply',
908918
'report',
909919
'represent',
@@ -1160,6 +1170,7 @@ const THE_WORDS = [
11601170
'trade',
11611171
'train',
11621172
'training',
1173+
'transmission',
11631174
'travel',
11641175
'tree',
11651176
'triangle',
@@ -1180,6 +1191,7 @@ const THE_WORDS = [
11801191
'underline',
11811192
'understand',
11821193
'understood',
1194+
'unenployment',
11831195
'unit',
11841196
'until',
11851197
'upon',

0 commit comments

Comments
 (0)