Change default settings (type as romaji only)
This commit is contained in:
parent
ceee82ea89
commit
54150b8d8a
1 changed files with 3 additions and 3 deletions
|
@ -45,18 +45,18 @@
|
|||
<label for="kq" class="form-check-label">カタカナ</label>
|
||||
</div>
|
||||
<div class="r form-check form-check-inline">
|
||||
<input type="checkbox" class="form-check-input" id="rq" checked>
|
||||
<input type="checkbox" class="form-check-input" id="rq">
|
||||
<label for="rq" class="form-check-label">rōmaji</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col me-4 ms-4" id="allowed_equivalents">
|
||||
<p>type as:</p>
|
||||
<div class="h form-check form-check-inline">
|
||||
<input type="checkbox" class="form-check-input" id="he" checked>
|
||||
<input type="checkbox" class="form-check-input" id="he">
|
||||
<label for="he" class="form-check-label">ひらがな</label>
|
||||
</div>
|
||||
<div class="k form-check form-check-inline">
|
||||
<input type="checkbox" class="form-check-input" id="ke" checked>
|
||||
<input type="checkbox" class="form-check-input" id="ke">
|
||||
<label for="ke" class="form-check-label">カタカナ</label>
|
||||
</div>
|
||||
<div class="r form-check form-check-inline">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue