Skip to content

Commit df881bd

Browse files
authored
fix(locale): filter inappropriate words in the en locale (#1633)
1 parent d7ccd70 commit df881bd

8 files changed

Lines changed: 59 additions & 244 deletions

File tree

src/locales/en/word/adjective.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,9 @@ export default [
262262
'diligent',
263263
'dim',
264264
'dimpled',
265-
'dimwitted',
266265
'direct',
267266
'disastrous',
268267
'discrete',
269-
'disfigured',
270268
'disgusting',
271269
'disloyal',
272270
'dismal',
@@ -279,7 +277,6 @@ export default [
279277
'distinct',
280278
'distorted',
281279
'dizzy',
282-
'dopey',
283280
'doting',
284281
'double',
285282
'drab',
@@ -540,7 +537,6 @@ export default [
540537
'idealistic',
541538
'identical',
542539
'idle',
543-
'idiotic',
544540
'idolized',
545541
'ignorant',
546542
'ill',
@@ -634,7 +630,6 @@ export default [
634630
'known',
635631
'kooky',
636632
'kosher',
637-
'lame',
638633
'lanky',
639634
'large',
640635
'last',
@@ -776,7 +771,6 @@ export default [
776771
'nutritious',
777772
'nutty',
778773
'obedient',
779-
'obese',
780774
'oblong',
781775
'oily',
782776
'obvious',
@@ -1089,7 +1083,6 @@ export default [
10891083
'studious',
10901084
'stunning',
10911085
'stupendous',
1092-
'stupid',
10931086
'sturdy',
10941087
'stylish',
10951088
'subdued',
@@ -1172,7 +1165,6 @@ export default [
11721165
'trustworthy',
11731166
'trusty',
11741167
'truthful',
1175-
'tubby',
11761168
'turbulent',
11771169
'twin',
11781170
'ugly',

src/locales/en/word/adverb.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ export default [
200200
'quaintly',
201201
'quarrelsomely',
202202
'queasily',
203-
'queerly',
204203
'questionably',
205204
'questioningly',
206205
'quicker',

0 commit comments

Comments
 (0)