X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=views%2Fmodal-lang.pug;fp=views%2Fmodal-lang.pug;h=0000000000000000000000000000000000000000;hb=247356cde3f4e36004942c5f57187d667f7ef27c;hp=f15d0634827386b435d9c5c7fa2aa3d2956a713d;hpb=05084186679f39cf7e85d3e87a2d4d69a1fdddb3;p=vchess.git diff --git a/views/modal-lang.pug b/views/modal-lang.pug deleted file mode 100644 index f15d0634..00000000 --- a/views/modal-lang.pug +++ /dev/null @@ -1,27 +0,0 @@ -input#modalLang.modal(type="checkbox") -div(role="dialog") - #language.card - label.modal-close(for="modalLang") - .section - fieldset - - - var langName = { - "fr": "French", - "en": "English", - } - 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 - | : welcome/en.pug and all files rules/*/en.pug - | should be translated. When it's done, send me the files: - a(href="mailto:contact@vchess.club?subject=[vchess.club] translation") - | contact@vchess.club - | . Thanks!