X-Git-Url: https://git.auder.net/assets/current/git-logo.png?a=blobdiff_plain;f=views%2Findex.pug;h=34c059b4e6ad2e0128512b6ef83728edf877da4e;hb=e081ffe361b06ca74db0a36bf72dd73602abf57b;hp=66c434a00c170b402a8824304832054b210df930;hpb=4fefd0195b2dc8559284d3b3701a242a862cb70e;p=vchess.git diff --git a/views/index.pug b/views/index.pug index 66c434a0..34c059b4 100644 --- a/views/index.pug +++ b/views/index.pug @@ -5,17 +5,20 @@ block css block content .container#indexPage - // Modals + include langNames.pug case lang when "en" include translations/en.pug - include langNames/en.pug include welcome/en.pug include modal-lang/en.pug include modal-help/en.pug + when "es" + include translations/es.pug + include welcome/es.pug + include modal-lang/es.pug + include modal-help/es.pug when "fr" include translations/fr.pug - include langNames/fr.pug include welcome/fr.pug include modal-lang/fr.pug include modal-help/fr.pug