mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-20 06:25:02 +00:00
8 lines
346 B
HTML
8 lines
346 B
HTML
![]() |
<th:block th:fragment="languageEntry(code, name)">
|
||
|
<div class="lang-dropdown-item-wrapper">
|
||
|
<a th:if="${code} == 'en_GB' or ${#lists.isEmpty(@languages) or #lists.contains(@languages, code)}"
|
||
|
class="dropdown-item lang_dropdown-item" href="" th:data-bs-language-code="@{${code}}" th:text="${name}">
|
||
|
</a>
|
||
|
</div>
|
||
|
</th:block>
|