Merge pull request #192 from bitcoin/translate

Expand list of translatable projects in support-bitcoin page
This commit is contained in:
saivann 2013-05-26 20:14:27 -07:00
commit 489c293c40
2 changed files with 11 additions and 1 deletions

View file

@ -25,6 +25,16 @@ 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 'fr' %}
{% when 'it' %}
{% when 'nl' %}
{% when '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 %}
<h2><img src="/img/ico_help.svg" alt="Icon" />{% translate help %}</h2>
<p>{% translate helptxt %}</p>