mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-05 23:40:11 +01:00
Fixed Turkish languages.html
Added the missing "data-bs-language-code" to Turkish language dropdown item.
This commit is contained in:
parent
7389543af6
commit
c67eaf2b4d
@ -50,7 +50,7 @@
|
||||
<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
|
||||
</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
|
||||
</a>
|
||||
<a class="dropdown-item lang_dropdown-item" href="" data-bs-language-code="ru_RU">
|
||||
|
Loading…
Reference in New Issue
Block a user