mirror of
https://git.wownero.com/wownero/wownero-wallet-generator.git
synced 2024-08-15 01:03:32 +00:00
Enable Spanish and Japanese now that simplewallet is fixed
This commit is contained in:
parent
c5c1bb95b3
commit
ecac2b6d3d
1 changed files with 4 additions and 2 deletions
|
@ -3645,18 +3645,20 @@ This is your new Monero wallet:
|
|||
<form><input type="button" onclick="js:genwallet(null);" value="Generate another wallet" action=""/></form>
|
||||
</center>
|
||||
</p>
|
||||
<!-- non english languages disabled due to UTF-8 issues preventing restore
|
||||
<p>
|
||||
<center>
|
||||
<form>
|
||||
<input type="button" onclick="js:genwallet('english');" value="English" action=""/>
|
||||
<input type="button" onclick="js:genwallet('spanish');" value="Spanish" action=""/>
|
||||
<!-- portuguese word list has a few prefix collisions
|
||||
<input type="button" onclick="js:genwallet('portuguese');" value="Portuguese" action=""/>
|
||||
-->
|
||||
<input type="button" onclick="js:genwallet('japanese');" value="Japanese" action=""/>
|
||||
<br>
|
||||
<font size="-1">(restoring non English language seeds needs a recent simplewallet)</font>
|
||||
</form>
|
||||
</center>
|
||||
</p>
|
||||
-->
|
||||
|
||||
<hr width="50%">
|
||||
|
||||
|
|
Loading…
Reference in a new issue