Update: de and Change: algo of locale

This commit is contained in:
Cutls
2019-08-07 12:14:07 +09:00
parent da6993730c
commit fed1496e68
33 changed files with 426 additions and 418 deletions

View File

@@ -102,12 +102,12 @@
Uncheck it to skip pasiting code.(login to Mastodon on Windows or macOS) (Recommended: pcheck)<br>
<label>
<input type="checkbox" class="filled-in" id="linux" />
<span>Code setup</span>
<span>Code-Setup</span>
</label>
<br>
<label>
<input type="checkbox" class="filled-in" id="misskey" />
<span>Login as Misskey</span>
<span>Als Misskey anmelden</span>
</label><br>
<button class="btn waves-effect" onclick="instance()">Login</button><br>
</div>
@@ -124,7 +124,7 @@
</div>
<div id="misskeylogin" style="display:none">
<h5>AppSecret</h5>
Lies die <a href="https://thedesk.top/how-to-misskey-login.html">Doku (japanisch)</a> um dich bei Misskey einzuloggen.<br>
Lies die <a href=\"https://thedesk.top/how-to-misskey-login.html\">Doku (japanisch)</a> um dich bei Misskey einzuloggen.<br>
<input type="hidden" id="misskey-url">
<input type="text" id="misskey-key" placeholder="Code">
<button class="btn waves-effect" onclick="misskeyLogin()">Auth</button><br>