diff options
| author | griest024 <[email protected]> | 2022-08-05 12:51:15 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-05 17:51:15 +0000 |
| commit | 0668cfe393368f59feffbb0e96540603bc2d8755 (patch) | |
| tree | c2f7daa495a78a97b168e0655a3df0da1b2d68b4 /src | |
| parent | 01cacd5592c93587f73de35f70f74b01b85bce26 (diff) | |
| download | faker-0668cfe393368f59feffbb0e96540603bc2d8755.tar.xz faker-0668cfe393368f59feffbb0e96540603bc2d8755.zip | |
locale(en): remove word examples that contain spaces (#281)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/locales/en/word/conjunction.ts | 35 | ||||
| -rw-r--r-- | src/locales/en/word/interjection.ts | 3 | ||||
| -rw-r--r-- | src/locales/en/word/noun.ts | 5 |
3 files changed, 13 insertions, 30 deletions
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', |
