feat: add general support for Spanish language
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user