1 input#modalLang.modal(type="checkbox")
4 label.modal-close(for="modalLang")
7 label(for="langSelect") Preferred language?
8 select#langSelect(onChange="setLanguage(event)")
9 each langCode in languages
10 option(value=langCode selected=(lang==langCode))
16 a(href="https://github.com/yagu0/vchess/tree/master/views")
18 | : all files in the folders langNames/, modal-help/, modal-lang/,
19 | translations/ and welcome/ should be translated. Moreover, and
20 | it's the longest part, you would have to translate all the rules under
21 | rules/. When it's done, send me the files:
22 a(href="mailto:contact@vchess.club?subject=[vchess.club] translation")