X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=views%2Fmodal-lang%2Fen.pug;fp=views%2Fmodal-lang%2Fen.pug;h=0000000000000000000000000000000000000000;hb=b6487fb9c41705187cf97215fc9e8f86a59057c7;hp=53795729ba2c7568900bf1bab1594395f47f399a;hpb=f5722ecec4798fb46dc5c62ad4243139bcdd1032;p=vchess.git diff --git a/views/modal-lang/en.pug b/views/modal-lang/en.pug deleted file mode 100644 index 53795729..00000000 --- a/views/modal-lang/en.pug +++ /dev/null @@ -1,24 +0,0 @@ -input#modalLang.modal(type="checkbox") -div(role="dialog") - #language.card - label.modal-close(for="modalLang") - .section - fieldset - label(for="langSelect") Preferred language? - select#langSelect(onChange="setLanguage(event)") - each langCode in languages - option(value=langCode selected=(lang==langCode)) - =langName[langCode] - .section - h3.blue Contribute - p - | Browse the - a(href="https://github.com/yagu0/vchess/tree/master/views") - | github repository - | : all files in the folders langNames/, modal-help/, modal-lang/, - | translations/ and welcome/ should be translated. Moreover, and - | it's the longest part, you would have to translate all the rules under - | rules/. When it's done, send me the files: - a(href="mailto:contact@vchess.club?subject=[vchess.club] translation") - | contact@vchess.club - | . Thanks!