add korean

This commit is contained in:
junderw 2017-12-22 18:45:12 +09:00 committed by Jonathan Underwood
parent a9b407a7d3
commit 9689c72b4d
3 changed files with 2054 additions and 1 deletions

View File

@ -12,6 +12,7 @@ var ENGLISH_WORDLIST = require('./wordlists/english.json')
var FRENCH_WORDLIST = require('./wordlists/french.json')
var ITALIAN_WORDLIST = require('./wordlists/italian.json')
var JAPANESE_WORDLIST = require('./wordlists/japanese.json')
var KOREAN_WORDLIST = require('./wordlists/korean.json')
var SPANISH_WORDLIST = require('./wordlists/spanish.json')
var DEFAULT_WORDLIST = ENGLISH_WORDLIST
@ -146,6 +147,7 @@ module.exports = {
french: FRENCH_WORDLIST,
italian: ITALIAN_WORDLIST,
japanese: JAPANESE_WORDLIST,
korean: KOREAN_WORDLIST,
spanish: SPANISH_WORDLIST
}
}

View File

@ -10,7 +10,8 @@ var WORDLISTS = [
'french',
'italian',
'japanese',
'spanish'
'spanish',
'korean'
]
function update () {

2050
wordlists/korean.json Normal file

File diff suppressed because it is too large Load Diff