Add support for Japanese

This commit is contained in:
sjk 2021-12-08 09:16:27 +09:00 committed by GitHub
parent b866077c24
commit 82a5a29e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,10 @@
<label for="ko-KR">
<div class="item"><span class="lang">🇰🇷</span><span class="locale-names">한국어</span></div>
</label>
<div class="option">
<input type="radio" class="radio" id="ja-JP" name="category" />
<label for="ja-JP">
<div class="item"><span class="lang">🇯🇵</span><span class="locale-names">日本語</span></div>
</div>
</div>
<div class="selected-locale">
@ -113,4 +117,4 @@
</div>
</div>
</header>
</header>