This repository has been archived on 2023-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
2022-05-08 02:37:00 +08:00

21 lines
791 B
Twig

<ul>
<li>
<input type="radio" name="knjenc" value="" checked="checked" id="kj-none" />
<label for="kj-none">
{# l10n: This is currently used only in Japanese locales #}
{% trans %}None{% context %}None encoding conversion{% endtrans %}
</label>
<input type="radio" name="knjenc" value="EUC-JP" id="kj-euc" />
<label for="kj-euc">EUC</label>
<input type="radio" name="knjenc" value="SJIS" id="kj-sjis" />
<label for="kj-sjis">SJIS</label>
</li>
<li>
<input type="checkbox" name="xkana" value="kana" id="kj-kana" />
<label for="kj-kana">
{# l10n: This is currently used only in Japanese locales #}
{% trans 'Convert to Kana' %}
</label>
</li>
</ul>