From 0668cfe393368f59feffbb0e96540603bc2d8755 Mon Sep 17 00:00:00 2001 From: griest024 Date: Fri, 5 Aug 2022 12:51:15 -0500 Subject: locale(en): remove word examples that contain spaces (#281) Co-authored-by: ST-DDT --- src/locales/en/word/conjunction.ts | 35 ++++++++++++----------------------- src/locales/en/word/interjection.ts | 3 +-- src/locales/en/word/noun.ts | 5 ----- 3 files changed, 13 insertions(+), 30 deletions(-) (limited to 'src') diff --git a/src/locales/en/word/conjunction.ts b/src/locales/en/word/conjunction.ts index 8e03623b..e8efddeb 100644 --- a/src/locales/en/word/conjunction.ts +++ b/src/locales/en/word/conjunction.ts @@ -1,64 +1,53 @@ export default [ 'after', - 'after all', 'although', 'and', 'as', - 'as a result', - 'as if', - 'as long as', - 'as much as', - 'as soon as', - 'as though', 'because', 'before', 'but', 'consequently', 'even', - 'even if', - 'even though', 'finally', 'for', - 'for example', 'furthermore', 'hence', + 'how', 'however', 'if', - 'if only', - 'if then', - 'if when', - 'in addition', - 'in fact', - 'in order that', 'inasmuch', 'incidentally', 'indeed', 'instead', - 'just as', 'lest', 'likewise', 'meanwhile', 'nor', 'now', - 'now since', - 'now that', - 'now when', 'once', 'or', 'provided', - 'provided that', - 'rather than', 'since', 'so', - 'so that', 'supposing', + 'than', 'that', 'though', + 'till', + 'unless', 'until', + 'what', + 'when', 'whenever', + 'where', 'whereas', 'wherever', + 'whether', 'which', + 'while', 'who', + 'whoever', + 'whose', + 'why', 'yet', ]; diff --git a/src/locales/en/word/interjection.ts b/src/locales/en/word/interjection.ts index c092f108..5afc4c9b 100644 --- a/src/locales/en/word/interjection.ts +++ b/src/locales/en/word/interjection.ts @@ -7,7 +7,7 @@ export default [ 'whoa', 'yowza', 'huzzah', - 'boo hoo', + 'boohoo', 'fooey', 'geez', 'pfft', @@ -33,7 +33,6 @@ export default [ 'duh', 'ha', 'mmm', - 'tsk tsk', 'ouch', 'phew', 'ack', diff --git a/src/locales/en/word/noun.ts b/src/locales/en/word/noun.ts index 3f5ca896..da46f56e 100644 --- a/src/locales/en/word/noun.ts +++ b/src/locales/en/word/noun.ts @@ -1363,7 +1363,6 @@ export default [ 'consumer', 'consumption', 'contact', - 'contact lens', 'contagion', 'container', 'content', @@ -1507,7 +1506,6 @@ export default [ 'credit', 'creditor', 'creek', - 'creme brulee', 'crepe', 'crest', 'crew', @@ -1962,9 +1960,7 @@ export default [ 'dulcimer', 'dumbwaiter', 'dump', - 'dump truck', 'dune', - 'dune buggy', 'dungarees', 'dungeon', 'duplexer', @@ -1972,7 +1968,6 @@ export default [ 'durian', 'dusk', 'dust', - 'dust storm', 'duster', 'duty', 'dwarf', -- cgit v1.2.3