| 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") ¿ Idioma preferido ? |
| 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 Contribuir |
| 14 | p |
| 15 | | ¿ Tu idioma favorito no está disponible ? Entonces... |
| 16 | | Navegar por el |
| 17 | a(href="https://github.com/yagu0/vchess/tree/master/views") |
| 18 | | repositorio github |
| 19 | | : tiene que traducir todos los ficheros en los archivos langNames/, |
| 20 | | modal-help/, modal-lang/, translations/ y welcome/. |
| 21 | | Además, y esa es la parte principal del trabajo, tiene que traducir todas |
| 22 | | las reglas en rules/. Una vez hecho esto, envíame los archivos : |
| 23 | a(href="mailto:contact@vchess.club?subject=[vchess.club] translation") |
| 24 | | contact@vchess.club |
| 25 | | . ¡ Gracias ! |