Compact temporary translations migration code in templates

This commit is contained in:
Saivann 2013-06-19 13:40:55 -04:00
parent 176d1c4ed5
commit d45b9bbbfc
3 changed files with 5 additions and 31 deletions

View file

@ -26,11 +26,7 @@ id: support-bitcoin
<h2><img src="/img/ico_translate.svg" alt="Icon" />{% translate translate %}</h2>
<p>{% translate translatetxt %}</p>
{% case page.lang %}
{% when 'ar' %}
{% when 'es' %}
{% when 'it' %}
{% when 'nl' %}
{% when 'ru' %}
{% when 'ar' or 'es' or 'it' or 'nl' or 'ru' %}
{% else %}
<p><a href="https://www.transifex.com/projects/p/bitcoin/">Bitcoin-Qt</a> - <a href="https://www.transifex.com/projects/p/bitcoinorg/">Bitcoin.org</a> - <a href="https://en.bitcoin.it/wiki/Bitcoin.it_Wiki">Bitcoin Wiki</a> - <a href="https://code.google.com/p/bitcoin-wallet/wiki/Translating">Bitcoin Wallet (Android)</a> - <a href="http://translate.multibit.org/">Multibit</a></p>
{% endcase %}