mirror of
https://github.com/status-im/bip39.git
synced 2025-02-04 00:33:56 +00:00
Add chinese wordlists
This commit is contained in:
parent
23f8eec5cc
commit
b2408f0c16
4
index.js
4
index.js
@ -6,6 +6,8 @@ var randomBytes = require('randombytes')
|
||||
// use unorm until String.prototype.normalize gets better browser support
|
||||
var unorm = require('unorm')
|
||||
|
||||
var CHINESE_SIMPLIFIED_WORDLIST = require('./wordlists/chinese_simplified.json')
|
||||
var CHINESE_TRADITIONAL_WORDLIST = require('./wordlists/chinese_traditional.json')
|
||||
var ENGLISH_WORDLIST = require('./wordlists/english.json')
|
||||
var FRENCH_WORDLIST = require('./wordlists/french.json')
|
||||
var ITALIAN_WORDLIST = require('./wordlists/italian.json')
|
||||
@ -141,6 +143,8 @@ module.exports = {
|
||||
EN: ENGLISH_WORDLIST,
|
||||
JA: JAPANESE_WORDLIST,
|
||||
|
||||
chinese_simplified: CHINESE_SIMPLIFIED_WORDLIST,
|
||||
chinese_traditional: CHINESE_TRADITIONAL_WORDLIST,
|
||||
english: ENGLISH_WORDLIST,
|
||||
french: FRENCH_WORDLIST,
|
||||
italian: ITALIAN_WORDLIST,
|
||||
|
2050
wordlists/chinese_simplified.json
Normal file
2050
wordlists/chinese_simplified.json
Normal file
File diff suppressed because it is too large
Load Diff
2050
wordlists/chinese_traditional.json
Normal file
2050
wordlists/chinese_traditional.json
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user