Feature/add Türkçe to footer (#3401)

This commit is contained in:
Thomas Kaul 2024-05-12 10:34:33 +02:00 committed by GitHub
parent ebc5008569
commit 15bf9f2f9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View File

@ -158,11 +158,9 @@
<li> <li>
<a href="../pt" title="Ghostfolio in Português">Português</a> <a href="../pt" title="Ghostfolio in Português">Português</a>
</li> </li>
<!-- <li>
<li> <a href="../tr" title="Ghostfolio in Türkçe">Türkçe</a>
<a href="../tr" title="Ghostfolio in Türkçe">Türkçe</a> </li>
</li>
-->
<!-- <!--
<li> <li>
<a href="../zh" title="Ghostfolio in Chinese">Chinese</a> <a href="../zh" title="Ghostfolio in Chinese">Chinese</a>

View File

@ -66,7 +66,8 @@ export const products: Product[] = [
'Français', 'Français',
'Italiano', 'Italiano',
'Nederlands', 'Nederlands',
'Português' 'Português',
'Türkçe'
], ],
name: 'Ghostfolio', name: 'Ghostfolio',
origin: $localize`Switzerland`, origin: $localize`Switzerland`,