mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix broken translated links
Only fallback to English when no language code is supplied in translate.rb Drop link to events page in ar, far translations
This commit is contained in:
parent
f833eb5e15
commit
6aa184ca18
2 changed files with 7 additions and 1 deletions
|
@ -28,7 +28,11 @@ id: community
|
|||
<div>
|
||||
<div>
|
||||
<h2><img src="/img/ico_multi.svg" class="titleicon" alt="Icon">{% translate meetups %}</h2>
|
||||
{% case page.lang %}
|
||||
{% when 'ar' or 'fa' %}
|
||||
{% else %}
|
||||
<p><a href="/{{ page.lang }}/{% translate events url %}">{% translate meetupevents %}</a></p>
|
||||
{% endcase %}
|
||||
<p><a href="http://bitcoin.meetup.com/">{% translate meetupgroup %}</a></p>
|
||||
<p><a href="https://bitcointalk.org/index.php?board=86.0">{% translate meetupbitcointalk %}</a></p>
|
||||
<p><a href="https://en.bitcoin.it/wiki/Meetups">{% translate meetupwiki %}</a></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue