mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-31 20:21:49 +02:00
make everything translatable!
This commit is contained in:
@@ -39,9 +39,16 @@ layout: default
|
||||
|
||||
<center>
|
||||
|
||||
<div class ="notice--info"><b>For support, ask for help at <a href="https://www.reddit.com/r/3dshacks/wiki/irc">#3dshacks on Rizon IRC</a> or <a href="https://discord.gg/MWxPgEp">3DS Hacking on Discord</a>.</b></div>
|
||||
<div class ="notice--info"><b>If you appreciate this guide, I accept <a href="donations">Donations</a> through both Bitcoin and PayPal.</b></div>
|
||||
<div class ="notice--info"><b>If you would like to support me by using my Amazon referral links, you can find those here.<br><a data-amazon-tld="com" href="https://www.amazon.com/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank"><span style="font-size:18px;">United States</span></a><span style="font-size:18px;"> -</span> <span style="font-size:18px;"><a data-amazon-tld="ca" href="https://www.amazon.ca/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">Canada</a></span><span style="font-size:18px;"> -</span> <span style="font-size:18px;"><a data-amazon-tld="co.uk" href="https://www.amazon.co.uk/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">United Kingdom</a></span><span style="font-size:18px;"> -</span> <span style="font-size:18px;"><a data-amazon-tld="de" href="https://www.amazon.de/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">Germany</a> </span><span style="font-size:18px;">-</span> <a data-amazon-tld="es" href="https://www.amazon.es/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank"><span style="font-size:18px;">Spain </span></a><span style="font-size:18px;">-</span> <span style="font-size:18px;"><a data-amazon-tld="fr" href="https://www.amazon.fr/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">France </a></span></b></div>
|
||||
{% assign split_path = page.path | split: "/" %}
|
||||
{% assign locale = split_path[1] %}
|
||||
{% for link in site.data.navigation[locale].bottom %}
|
||||
{% if link.url contains 'http' %}
|
||||
{% assign domain = '' %}
|
||||
{% else %}
|
||||
{% assign domain = site.url | append: site.baseurl %}
|
||||
{% endif %}
|
||||
<div class ="notice--info"><b>{{ link.title }}</b></div>
|
||||
{% endfor %}
|
||||
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- Guide -->
|
||||
|
Reference in New Issue
Block a user