Skip to content

Commit

Permalink
chore(dictionary): add some 12-letter words to existing dictionary
Browse files Browse the repository at this point in the history
addresses issue bartificer#97
  • Loading branch information
ilessing committed Sep 30, 2024
1 parent 792246e commit 73d037c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/lib/dictionaryEN.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ const THE_WORDS = [
'anything',
'appear',
'apple',
'appreciation',
'area',
'arms',
'army',
Expand Down Expand Up @@ -315,6 +316,7 @@ const THE_WORDS = [
'continue',
'continued',
'control',
'conversation',
'cook',
'cool',
'copy',
Expand All @@ -325,6 +327,7 @@ const THE_WORDS = [
'cotton',
'could',
'count',
'counterpart',
'country',
'course',
'cover',
Expand Down Expand Up @@ -370,6 +373,7 @@ const THE_WORDS = [
'dinner',
'direct',
'direction',
'disagreement',
'discover',
'discovered',
'dish',
Expand Down Expand Up @@ -445,6 +449,7 @@ const THE_WORDS = [
'explain',
'express',
'face',
'facinations',
'fact',
'factories',
'factors',
Expand Down Expand Up @@ -514,10 +519,12 @@ const THE_WORDS = [
'fresh',
'friend',
'friends',
'friendliness',
'from',
'front',
'fruit',
'full',
'fundamentally',
'further',
'future',
'gain',
Expand Down Expand Up @@ -607,6 +614,7 @@ const THE_WORDS = [
'hurt',
'husband',
'idea',
'illustration',
'important',
'inch',
'inches',
Expand Down Expand Up @@ -720,6 +728,7 @@ const THE_WORDS = [
'metal',
'method',
'middle',
'middleweight',
'might',
'mile',
'milk',
Expand Down Expand Up @@ -904,6 +913,7 @@ const THE_WORDS = [
'remain',
'remember',
'repeated',
'repercussion',
'reply',
'report',
'represent',
Expand Down Expand Up @@ -1160,6 +1170,7 @@ const THE_WORDS = [
'trade',
'train',
'training',
'transmission',
'travel',
'tree',
'triangle',
Expand All @@ -1180,6 +1191,7 @@ const THE_WORDS = [
'underline',
'understand',
'understood',
'unenployment',
'unit',
'until',
'upon',
Expand Down

0 comments on commit 73d037c

Please sign in to comment.