mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add link to the wiki community portal page
This commit is contained in:
parent
e3a84912cd
commit
176d1c4ed5
2 changed files with 14 additions and 0 deletions
|
@ -5,6 +5,19 @@ id: community
|
|||
<h1>{% translate pagetitle %}</h1>
|
||||
<ul class="resources">
|
||||
<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 bitcointalk %}</li>
|
||||
<li>{% translate ircjoin %}
|
||||
|
|
|
@ -85,6 +85,7 @@ en:
|
|||
title: "Community - Bitcoin"
|
||||
pagetitle: "Bitcoin communities"
|
||||
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&A)</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&uio=d4\">FreeNode Web IRC</a>."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue