Update languages.html

Adding Hungarian language reference to the navbar.
This commit is contained in:
simovics
2023-12-23 14:19:07 +01:00
committed by GitHub
parent 6d66ac0a8b
commit d7d6bc8108

View File

@@ -62,4 +62,7 @@
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="el_GR">
<img src="images/flags/gr.svg" alt="icon" width="20" height="15"> Ελληνικά
</a>
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="hu_HU">
<img src="images/flags/hu.svg" alt="icon" width="20" height="15"> Hungarian
</a>
</th:block>