Merge pull request #158 from hasansezertasan/locale/tr

Add support for Turkish language
This commit is contained in:
long2ice
2025-04-05 14:11:16 +08:00
committed by GitHub
3 changed files with 198 additions and 0 deletions

View File

@@ -34,5 +34,9 @@
href="{{ {'language':'es_PY'}|current_page_with_params }}">
<span class="me-2">🇵🇾</span>Español
</a>
<a class="dropdown-item"
href="{{ {'language':'tr_TR'}|current_page_with_params }}">
<span class="me-2">🇹🇷</span>Türkçe
</a>
</div>
</div>