diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2016-10-20 16:40:52 +1100 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2016-10-20 16:40:52 +1100 |
commit | 3a8dbe99b4be2084794d1191a06eadc38db0917b (patch) | |
tree | 090ee9b7fb5befbaa47c9c7c9b0048bd13ce366c /src/index.html | |
parent | e1bae8436ab35aa99f8e7e378db0c8a8d1f316e0 (diff) | |
download | BIP39-3a8dbe99b4be2084794d1191a06eadc38db0917b.tar.gz BIP39-3a8dbe99b4be2084794d1191a06eadc38db0917b.tar.zst BIP39-3a8dbe99b4be2084794d1191a06eadc38db0917b.zip |
jsBip39 and wordlists updated with new languages
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 7c204df..fc3a6d1 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -445,6 +445,12 @@ | |||
445 | <script src="js/bitcoinjs-extensions.js"></script> | 445 | <script src="js/bitcoinjs-extensions.js"></script> |
446 | <script src="js/sjcl-bip39.js"></script> | 446 | <script src="js/sjcl-bip39.js"></script> |
447 | <script src="js/wordlist_english.js"></script> | 447 | <script src="js/wordlist_english.js"></script> |
448 | <script src="js/wordlist_japanese.js"></script> | ||
449 | <script src="js/wordlist_spanish.js"></script> | ||
450 | <script src="js/wordlist_chinese_simplified.js"></script> | ||
451 | <script src="js/wordlist_chinese_traditional.js"></script> | ||
452 | <script src="js/wordlist_french.js"></script> | ||
453 | <script src="js/wordlist_italian.js"></script> | ||
448 | <script src="js/jsbip39.js"></script> | 454 | <script src="js/jsbip39.js"></script> |
449 | <script src="js/index.js"></script> | 455 | <script src="js/index.js"></script> |
450 | </body> | 456 | </body> |