feat: add general support for Spanish language

This commit is contained in:
Àngel Ollé Blázquez
2023-12-09 12:00:33 +01:00
parent 84029345b4
commit 9c354d5699
2 changed files with 24 additions and 0 deletions

View File

@ -115,6 +115,11 @@
<img th:src="@{${'/css/img/nllang.svg'}}" alt="Nederlands" height="20"></img> Nederlands
</a>
</li>
<li role="presentation">
<a role="menuitem" th:href="@{/start.mvc?lang=es#lesson/WebGoatIntroduction.lesson}">
<img th:src="@{${'/css/img/eslang.svg'}}" alt="Spanish" height="20"></img> Español
</a>
</li>
</ul>
</div>
</div>