mirror of
https://github.com/status-im/bip39.git
synced 2025-01-23 10:59:04 +00:00
add korean
This commit is contained in:
parent
a9b407a7d3
commit
9689c72b4d
2
index.js
2
index.js
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -10,7 +10,8 @@ var WORDLISTS = [
|
||||
'french',
|
||||
'italian',
|
||||
'japanese',
|
||||
'spanish'
|
||||
'spanish',
|
||||
'korean'
|
||||
]
|
||||
|
||||
function update () {
|
||||
|
2050
wordlists/korean.json
Normal file
2050
wordlists/korean.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user