add languages

This commit is contained in:
Benjamin Takats
2022-12-18 21:15:23 +01:00
parent 31c9a66244
commit cf6afdcb43
489 changed files with 589 additions and 36883 deletions

View File

@@ -20,19 +20,31 @@
</div>
</div>
<div class="flex flex-col justify-between text-center md:flex-row">
<p class="order-last text-sm leading-tight text-gray-500 md:order-first"> Built with ❤️ by our
team. </p>
<p class="order-last text-sm leading-tight text-gray-500 md:order-first">
{{ __('Built with ❤️ by our team.') }}
</p>
<ul class="flex flex-row justify-center pb-3 -ml-4 -mr-4 text-sm">
<li><a href="https://github.com/affektde/einundzwanzig-bitcoin-school" target="_blank"
<li>
<a href="https://github.com/affektde/einundzwanzig-bitcoin-school" target="_blank"
class="px-4 text-gray-500 hover:text-white">
<i class="fa fab fa-github mr-1"></i>
Github
</a></li>
<li><a href="https://bitcoin.productlift.dev/t/wunschzettel" target="_blank"
{{ __('Github') }}
</a>
</li>
<li>
<a href="https://bitcoin.productlift.dev/t/wunschzettel" target="_blank"
class="px-4 text-gray-500 hover:text-white">
<i class="fa fa-thin fa-thought-bubble mr-1"></i>
Wunschzettel/Feedback
</a></li>
{{ __('Wish List/Feedback') }}
</a>
</li>
<li>
<a href="/languages" target="_blank"
class="px-4 text-gray-500 hover:text-white">
<i class="fa fa-thin fa-language mr-1"></i>
{{ __('Translate (:lang :percent%)', ['lang' => $language->language, 'percent' => $percentTranslated]) }}
</a>
</li>
{{-- <li><a href="#_" class="px-4 text-gray-500 hover:text-white">FAQ's</a></li>--}}
{{-- <li><a href="#_" class="px-4 text-gray-500 hover:text-white">Terms</a></li>--}}
</ul>