Skip to content

Commit

Permalink
remove non-english wordlists
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Aug 9, 2022
1 parent 9e0df2f commit b2d2d79
Show file tree
Hide file tree
Showing 21 changed files with 37 additions and 37,017 deletions.
46 changes: 0 additions & 46 deletions src/_wordlists.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,6 @@ const wordlists = {};
exports.wordlists = wordlists;
let _default;
exports._default = _default;
try {
exports._default = _default = require('./wordlists/czech.json');
wordlists.czech = _default;
}
catch (err) { }
try {
exports._default = _default = require('./wordlists/chinese_simplified.json');
wordlists.chinese_simplified = _default;
}
catch (err) { }
try {
exports._default = _default = require('./wordlists/chinese_traditional.json');
wordlists.chinese_traditional = _default;
}
catch (err) { }
try {
exports._default = _default = require('./wordlists/korean.json');
wordlists.korean = _default;
}
catch (err) { }
try {
exports._default = _default = require('./wordlists/french.json');
wordlists.french = _default;
}
catch (err) { }
try {
exports._default = _default = require('./wordlists/italian.json');
wordlists.italian = _default;
}
catch (err) { }
try {
exports._default = _default = require('./wordlists/spanish.json');
wordlists.spanish = _default;
}
catch (err) { }
try {
exports._default = _default = require('./wordlists/japanese.json');
wordlists.japanese = _default;
wordlists.JA = _default;
}
catch (err) { }
try {
exports._default = _default = require('./wordlists/portuguese.json');
wordlists.portuguese = _default;
}
catch (err) { }
try {
exports._default = _default = require('./wordlists/english.json');
wordlists.english = _default;
Expand Down
Loading

0 comments on commit b2d2d79

Please sign in to comment.