mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
Merge pull request #158 from hasansezertasan/locale/tr
Add support for Turkish language
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user