Dutch translations and #293 fix

This commit is contained in:
Jelv 2021-02-17 06:44:33 +00:00 committed by Krille Fear
commit 907aa59b13
5 changed files with 45 additions and 45 deletions

View file

@ -20,13 +20,13 @@
{% endfor %}
)
<br/>
<a href="https://gitlab.com/famedly/fluffychat/-/blob/main/LICENSE" target="new">{{ site.data[page.lang].index.license }}</a> -
<a href="https://gitlab.com/famedly/fluffychat/-/blob/main/CHANGELOG.md" target="new">{{ site.data[page.lang].index.changelog }}</a> -
<a href="https://hosted.weblate.org/projects/fluffychat/" target="new">{{ site.data[page.lang].index.translations }}</a> -
<a href="https://krillefear.gitlab.io/" target="new">{{ site.data[page.lang].index.created }}</a> -
<a href="https://gitlab.com/famedly/fluffychat/-/blob/main/LICENSE">{{ site.data[page.lang].index.license }}</a> -
<a href="https://gitlab.com/famedly/fluffychat/-/blob/main/CHANGELOG.md">{{ site.data[page.lang].index.changelog }}</a> -
<a href="https://hosted.weblate.org/projects/fluffychat/">{{ site.data[page.lang].index.translations }}</a> -
<a href="https://krillefear.gitlab.io/">{{ site.data[page.lang].index.created }}</a> -
<a href="{{ site.baseurl }}en/privacy.html">{{ site.data[page.lang].index.privacypolicy }}</a> -
<a href="https://gitlab.com/famedly/fluffychat/-/graphs/main" target="new">{{ site.data[page.lang].index.contributors }}</a> -
<a href="https://gitlab.com/famedly/fluffychat#special-thanks-to" target="new">{{ site.data[page.lang].index.specialthanksto }}</a>
<a href="https://gitlab.com/famedly/fluffychat/-/graphs/main">{{ site.data[page.lang].index.contributors }}</a> -
<a href="https://gitlab.com/famedly/fluffychat#special-thanks-to">{{ site.data[page.lang].index.specialthanksto }}</a>
</div>
</div>

View file

@ -2,27 +2,27 @@
<div class="one-half column paddingColumn" id="titleColumn">
<h3>{{ site.data[page.lang].index.title }}</h3>
<b>Android:</b><br />
<a href="https://play.google.com/store/apps/details?id=chat.fluffy.fluffychat" target="new"><img
<a href="https://play.google.com/store/apps/details?id=chat.fluffy.fluffychat"><img
alt="Get it from PlayStore" style="height: 50px;" class="animated bounceIn"
src="{{site.assets}}/images/google-play-badge.png" /></a>
<a href="{{ site.baseurl }}{{ page.lang }}/fdroid.html"><img alt="Get it from F-Droid" style="height: 50px;"
class="animated bounceIn" src="{{site.assets}}/images/fdroid_button.png" /></a><br />
<b>iPhone:</b><br />
<a href="https://apps.apple.com/app/fluffychat/id1551469600" target="new"><img alt="Get it from the AppStore"
<a href="https://apps.apple.com/app/fluffychat/id1551469600"><img alt="Get it from the AppStore"
style="height: 50px;" class="animated bounceIn"
src="{{site.assets}}/images/appstore-badge.png" /></a><br />
<b>Ubuntu Touch:</b><br />
<a href="https://open-store.io/app/fluffychat.christianpauly" target="new"><img
<a href="https://open-store.io/app/fluffychat.christianpauly"><img
style="height: 50px;width: auto;" class="buttonImage animated bounceIn"
src="{{site.assets}}/images/downloadButton.jpg" /></a><br />
<b>Linux:</b><br />
<a href="https://flathub.org/apps/details/im.fluffychat.Fluffychat" target="new"><img alt="Get it from FlatHub"
<a href="https://flathub.org/apps/details/im.fluffychat.Fluffychat"><img alt="Get it from FlatHub"
style="height: 50px;" src="https://flathub.org/assets/badges/flathub-badge-en.png" /></a>
<a href="https://snapcraft.io/fluffychat" target="new"><img alt="Get it from the Snap Store"
<a href="https://snapcraft.io/fluffychat"><img alt="Get it from the Snap Store"
style="height: 50px;"
src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg" /></a><br />
<b>Browser:</b><br />
<a href="https://fluffychat.im/web" id="browserbutton" target="new"><img alt="Open in "
<a href="https://fluffychat.im/web" id="browserbutton"><img alt="Open in "
style="height: 42px; padding: 5px;" class="animated bounceIn"
src="{{site.assets}}/images/browser.png" />
<p>Open in the browser</p>

View file

@ -5,11 +5,11 @@
</div>
<div class="right_side">
<nav id="header_main_nav">
<a href="https://gitlab.com/famedly/fluffychat/issues" target="new">{{ site.data[page.lang].links.faq }}</a>
<a href="https://matrix.to/#/%23fluffychat:matrix.org" target="new" >{{ site.data[page.lang].links.community }}</a>
<a href="https://gitlab.com/famedly/fluffychat" target="new" >{{ site.data[page.lang].links.gitlab }}</a>
<a href="https://liberapay.com/KrilleChritzelius/" target="new" >Liberapay</a>
<a class="header_button" rel="me" href="https://metalhead.club/@krille" target="new"><img src="{{site.assets}}/images/mastodon.png"></a>
<a href="https://gitlab.com/famedly/fluffychat/issues">{{ site.data[page.lang].links.faq }}</a>
<a href="https://matrix.to/#/%23fluffychat:matrix.org">{{ site.data[page.lang].links.community }}</a>
<a href="https://gitlab.com/famedly/fluffychat">{{ site.data[page.lang].links.gitlab }}</a>
<a href="https://liberapay.com/KrilleChritzelius/">Liberapay</a>
<a class="header_button" rel="me" href="https://metalhead.club/@krille"><img src="{{site.assets}}/images/mastodon.png"></a>
</nav>
<a id="header_toggle_mobile" class="header_button"><img src="{{site.assets}}/images/menu.svg"></a>
</div>