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:
Saivann 2014-06-14 17:21:01 -04:00
parent 5f2d32d134
commit 78b04ea0ee
13 changed files with 21 additions and 77 deletions

View file

@ -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 %}