Add link to the wiki community portal page

This commit is contained in:
Saivann 2013-06-19 13:24:21 -04:00
parent e3a84912cd
commit 176d1c4ed5
2 changed files with 14 additions and 0 deletions

View file

@ -5,6 +5,19 @@ id: community
<h1>{% translate pagetitle %}</h1> <h1>{% translate pagetitle %}</h1>
<ul class="resources"> <ul class="resources">
<li>{% translate foundation %}</li> <li>{% translate foundation %}</li>
{% case page.lang %}
{% when 'ar' %}
{% when 'de' %}
{% when 'es' %}
{% when 'fa' %}
{% when 'fr' %}
{% when 'it' %}
{% when 'nl' %}
{% when 'pl' %}
{% when 'ru' %}
{% else %}
<li>{% translate wikiportal %}</li>
{% endcase %}
<li>{% translate stackexchange %}</li> <li>{% translate stackexchange %}</li>
<li>{% translate bitcointalk %}</li> <li>{% translate bitcointalk %}</li>
<li>{% translate ircjoin %} <li>{% translate ircjoin %}

View file

@ -85,6 +85,7 @@ en:
title: "Community - Bitcoin" title: "Community - Bitcoin"
pagetitle: "Bitcoin communities" pagetitle: "Bitcoin communities"
foundation: "<a href=\"https://bitcoinfoundation.org/forum/\">Bitcoin Foundation Forum (members only)</a>" foundation: "<a href=\"https://bitcoinfoundation.org/forum/\">Bitcoin Foundation Forum (members only)</a>"
wikiportal: "<a href=\"https://en.bitcoin.it/wiki/Bitcoin:Community_portal\">Bitcoin Wiki - Community portal</a>"
stackexchange: "<a href=\"http://bitcoin.stackexchange.com/\">Bitcoin StackExchange (Q&amp;A)</a>" stackexchange: "<a href=\"http://bitcoin.stackexchange.com/\">Bitcoin StackExchange (Q&amp;A)</a>"
bitcointalk: "<a href=\"https://bitcointalk.org/\">BitcoinTalk Forum</a>" bitcointalk: "<a href=\"https://bitcointalk.org/\">BitcoinTalk Forum</a>"
ircjoin: "Join the project's lively IRC channels on the <a href=\"http://freenode.net/\">FreeNode</a> network<br>or use the <a href=\"http://webchat.freenode.net/?channels=bitcoin&amp;uio=d4\">FreeNode Web IRC</a>." ircjoin: "Join the project's lively IRC channels on the <a href=\"http://freenode.net/\">FreeNode</a> network<br>or use the <a href=\"http://webchat.freenode.net/?channels=bitcoin&amp;uio=d4\">FreeNode Web IRC</a>."