diff --git a/_templates/community.html b/_templates/community.html
index 72a9df4d..814c9d9d 100644
--- a/_templates/community.html
+++ b/_templates/community.html
@@ -5,6 +5,19 @@ id: community
{% translate pagetitle %}
- {% translate foundation %}
+{% case page.lang %}
+{% when 'ar' %}
+{% when 'de' %}
+{% when 'es' %}
+{% when 'fa' %}
+{% when 'fr' %}
+{% when 'it' %}
+{% when 'nl' %}
+{% when 'pl' %}
+{% when 'ru' %}
+{% else %}
+- {% translate wikiportal %}
+{% endcase %}
- {% translate stackexchange %}
- {% translate bitcointalk %}
- {% translate ircjoin %}
diff --git a/_translations/en.yml b/_translations/en.yml
index 13c6abd7..81b25854 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -85,6 +85,7 @@ en:
title: "Community - Bitcoin"
pagetitle: "Bitcoin communities"
foundation: "Bitcoin Foundation Forum (members only)"
+ wikiportal: "Bitcoin Wiki - Community portal"
stackexchange: "Bitcoin StackExchange (Q&A)"
bitcointalk: "BitcoinTalk Forum"
ircjoin: "Join the project's lively IRC channels on the FreeNode network
or use the FreeNode Web IRC."