mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Make translate.rb plugin fallback to English by default
Display English content in outdated translated templates when this doesn't cause too much issues
This commit is contained in:
parent
5f2d32d134
commit
78b04ea0ee
13 changed files with 21 additions and 77 deletions
|
@ -23,9 +23,4 @@ id: bitcoin-for-developers
|
|||
<h2><img class="titleicon" src="/img/ico_micro.svg" alt="Icon" />{% translate micro %}</h2>
|
||||
<p>{% translate microtext %}</p>
|
||||
|
||||
{% case page.lang %}
|
||||
{% when 'ar' or 'fa' or 'pl' or 'zh_TW' %}
|
||||
{% else %}
|
||||
<div class="mainbutton"><a href="/en/developer-documentation"><img src="/img/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div>
|
||||
{% endcase %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue