X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=views%2Findex.pug;h=34c059b4e6ad2e0128512b6ef83728edf877da4e;hb=375ecdd1387e729f85ed114e82253469e4849869;hp=66c434a00c170b402a8824304832054b210df930;hpb=247356cde3f4e36004942c5f57187d667f7ef27c;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