X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=views%2Fmodal-lang%2Fen.pug;fp=views%2Fmodal-lang.pug;h=53795729ba2c7568900bf1bab1594395f47f399a;hp=f15d0634827386b435d9c5c7fa2aa3d2956a713d;hb=247356cde3f4e36004942c5f57187d667f7ef27c;hpb=05084186679f39cf7e85d3e87a2d4d69a1fdddb3 diff --git a/views/modal-lang.pug b/views/modal-lang/en.pug similarity index 69% rename from views/modal-lang.pug rename to views/modal-lang/en.pug index f15d0634..53795729 100644 --- a/views/modal-lang.pug +++ b/views/modal-lang/en.pug @@ -4,11 +4,6 @@ div(role="dialog") 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 @@ -20,8 +15,10 @@ div(role="dialog") | 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: + | : 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!