Browse Source

Add links to localized versions

pull/2027/head
Thomas 2 years ago
parent
commit
77dd880ca0
  1. 21
      apps/client/src/app/app.component.html

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

@ -46,8 +46,10 @@
<footer <footer
*ngIf=" *ngIf="
(currentRoute === 'blog' || (currentRoute === 'blog' ||
currentRoute === 'faq' ||
currentRoute === 'features' || currentRoute === 'features' ||
currentRoute === 'markets' || currentRoute === 'markets' ||
currentRoute === 'open' ||
currentRoute === 'pricing' || currentRoute === 'pricing' ||
currentRoute === 'resources' || currentRoute === 'resources' ||
currentRoute === 'register' || currentRoute === 'register' ||
@ -126,6 +128,25 @@
>Twitter</a >Twitter</a
> >
</li> </li>
<li>&nbsp;</li>
<li>
<a href="../de" title="Ghostfolio in Deutsch">Deutsch</a>
</li>
<li>
<a href="../en" title="Ghostfolio in English">English</a>
</li>
<li>
<a href="../es" title="Ghostfolio in Español">Español</a>
</li>
<li>
<a href="../fr" title="Ghostfolio en Français">Français</a>
</li>
<li>
<a href="../it" title="Ghostfolio in Italiano">Italiano</a>
</li>
<li>
<a href="../nl" title="Ghostfolio in Nederlands">Nederlands</a>
</li>
</ul> </ul>
</div> </div>
</div> </div>

Loading…
Cancel
Save