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

@ -54,7 +54,7 @@ id: community
{% case page.lang %}
{% when 'ar' or 'bg' or 'fa' or 'id' or 'nl' or 'pl' or 'tr' or 'zh_TW' %}
<h2>{% translate nonprofit community en %}</h2>
<h2>{% translate nonprofit %}</h2>
{% else %}
<h2><a name="{% translate non-profit anchor.community %}">{% translate nonprofit %}</a></h2>
{% endcase %}