X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=views%2Fmodal-lang%2Fes.pug;fp=views%2Fmodal-lang%2Fes.pug;h=114bbd0a34bfb4444485cb47204911d7903839a6;hb=e081ffe361b06ca74db0a36bf72dd73602abf57b;hp=0000000000000000000000000000000000000000;hpb=4fefd0195b2dc8559284d3b3701a242a862cb70e;p=vchess.git diff --git a/views/modal-lang/es.pug b/views/modal-lang/es.pug new file mode 100644 index 00000000..114bbd0a --- /dev/null +++ b/views/modal-lang/es.pug @@ -0,0 +1,25 @@ +input#modalLang.modal(type="checkbox") +div(role="dialog") + #language.card + label.modal-close(for="modalLang") + .section + fieldset + label(for="langSelect") ¿ Idioma preferido ? + select#langSelect(onChange="setLanguage(event)") + each langCode in languages + option(value=langCode selected=(lang==langCode)) + =langName[langCode] + .section + h3.blue Contribuir + p + | ¿ Tu idioma favorito no está disponible ? Entonces... + | Navegar por el + a(href="https://github.com/yagu0/vchess/tree/master/views") + | repositorio github + |  : tiene que traducir todos los ficheros en los archivos langNames/, + | modal-help/, modal-lang/, translations/ y welcome/. + | Además, y esa es la parte principal del trabajo, tiene que traducir todas + | las reglas en rules/. Una vez hecho esto, envíame los archivos : + a(href="mailto:contact@vchess.club?subject=[vchess.club] translation") + | contact@vchess.club + | . ¡ Gracias !