Fix Dark enlightened array update
[vchess.git] / views / modal-lang / en.pug
1 input#modalLang.modal(type="checkbox")
2 div(role="dialog")
3 #language.card
4 label.modal-close(for="modalLang")
5 .section
6 fieldset
7 label(for="langSelect") Preferred language?
8 select#langSelect(onChange="setLanguage(event)")
9 each langCode in languages
10 option(value=langCode selected=(lang==langCode))
11 =langName[langCode]
12 .section
13 h3.blue Contribute
14 p
15 | Browse the
16 a(href="https://github.com/yagu0/vchess/tree/master/views")
17 | github repository
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")
23 | contact@vchess.club
24 | . Thanks!