comparison src/chat.html.luan @ 74:64e35a92d163

add translation
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 28 Aug 2025 13:31:46 -0600
parents 44bec62c49e2
children
comparison
equal deleted inserted replaced
73:60ebb333b40c 74:64e35a92d163
90 <p> 90 <p>
91 <label clickable><input type=checkbox name=autoplay>Autoplay</label> 91 <label clickable><input type=checkbox name=autoplay>Autoplay</label>
92 </p> 92 </p>
93 <p> 93 <p>
94 <select name=show_text> 94 <select name=show_text>
95 <option value=show_text>Show text</option> 95 <option value=hide_text>Hide text</option>
96 <% if chat.has_ruby then %> 96 <% if chat.has_ruby then %>
97 <option value=hide_ruby>Hide pronunciation</option> 97 <option value=hide_ruby>Hide pronunciation</option>
98 <% end %> 98 <% end %>
99 <option value=hide_text>Hide text</option> 99 <option value=show_text>Show text</option>
100 </select> 100 </select>
101 </p> 101 </p>
102 <p> 102 <p>
103 <label clickable><input type=checkbox name=is_private>Private chat</label> 103 <label clickable><input type=checkbox name=is_private>Private chat</label>
104 </p> 104 </p>