Fixed Turkish languages.html

Added the missing "data-bs-language-code" to Turkish language dropdown item.
This commit is contained in:
ThePandaB0i 2024-01-01 23:52:03 +03:00 committed by GitHub
parent 7389543af6
commit c67eaf2b4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="sv_SE"> <a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="sv_SE">
<img src="images/flags/se.svg" alt="icon" width="20" height="15"> Svenska <img src="images/flags/se.svg" alt="icon" width="20" height="15"> Svenska
</a> </a>
<a class="dropdown-item lang_dropdown-item" href="" data-language-code="tr_TR"> <a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="tr_TR">
<img src="images/flags/tr.svg" alt="icon" width="20" height="15"> Türkçe <img src="images/flags/tr.svg" alt="icon" width="20" height="15"> Türkçe
</a> </a>
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="ru_RU"> <a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="ru_RU">