Browse Source

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

pull/3403/head
Thomas Kaul 8 months ago
committed by GitHub
parent
commit
15bf9f2f9c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      apps/client/src/app/app.component.html
  2. 3
      apps/client/src/app/pages/resources/personal-finance-tools/products.ts

8
apps/client/src/app/app.component.html

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

3
apps/client/src/app/pages/resources/personal-finance-tools/products.ts

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

Loading…
Cancel
Save