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
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue