diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2016-10-20 16:52:57 +1100 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2016-10-20 16:52:57 +1100 |
commit | 398366165f134e72c569bbdb45adde510ac26019 (patch) | |
tree | 73c19e4dce8269ea587ea411c2009496f8cc3aa4 /src | |
parent | 5ee7bb9ec28b9bbfc72cb703ac9a01f5af5ee7d9 (diff) | |
download | BIP39-398366165f134e72c569bbdb45adde510ac26019.tar.gz BIP39-398366165f134e72c569bbdb45adde510ac26019.tar.zst BIP39-398366165f134e72c569bbdb45adde510ac26019.zip |
Languages without unit tests marked 'experimental'
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 56d73e6..77ad35f 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -48,7 +48,7 @@ | |||
48 | width: auto!important; | 48 | width: auto!important; |
49 | display: inline-block; | 49 | display: inline-block; |
50 | } | 50 | } |
51 | .languages a { | 51 | .languages * { |
52 | padding-left: 10px; | 52 | padding-left: 10px; |
53 | } | 53 | } |
54 | </style> | 54 | </style> |
@@ -94,6 +94,7 @@ | |||
94 | <div class="col-sm-10 languages"> | 94 | <div class="col-sm-10 languages"> |
95 | <a href="#english">English</a> | 95 | <a href="#english">English</a> |
96 | <a href="#japanese" title="Japanese">日本語</a> | 96 | <a href="#japanese" title="Japanese">日本語</a> |
97 | <span title="Pending availability of BIP39 unit tests">Experimental:</span> | ||
97 | <a href="#spanish" title="Spanish">Español</a> | 98 | <a href="#spanish" title="Spanish">Español</a> |
98 | <a href="#chinese_simplified" title="Chinese (Simplified)">中文(简体)</a> | 99 | <a href="#chinese_simplified" title="Chinese (Simplified)">中文(简体)</a> |
99 | <a href="#chinese_traditional" title="Chinese (Traditional)">中文(繁體)</a> | 100 | <a href="#chinese_traditional" title="Chinese (Traditional)">中文(繁體)</a> |