jsBip39 and wordlists updated with new languages

This commit is contained in:
Ian Coleman
2016-10-20 16:40:52 +11:00
parent e1bae8436a
commit 3a8dbe99b4
8 changed files with 1265 additions and 3 deletions

View File

@@ -445,6 +445,12 @@
<script src="js/bitcoinjs-extensions.js"></script>
<script src="js/sjcl-bip39.js"></script>
<script src="js/wordlist_english.js"></script>
<script src="js/wordlist_japanese.js"></script>
<script src="js/wordlist_spanish.js"></script>
<script src="js/wordlist_chinese_simplified.js"></script>
<script src="js/wordlist_chinese_traditional.js"></script>
<script src="js/wordlist_french.js"></script>
<script src="js/wordlist_italian.js"></script>
<script src="js/jsbip39.js"></script>
<script src="js/index.js"></script>
</body>