Merge pull request #638 from ThePandaB0i/patch-1
Fixed Turkish languages.html
This commit is contained in:
commit
cd0464092a
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">
|
||||
<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 a new issue