From 7d2206393bf6cc83bf8bf05197446276c026a2b2 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 1 Aug 2022 18:10:37 +0300 Subject: [PATCH] Add Link and text for the new community forum --- app/views/site/help.html.erb | 2 +- config/locales/en.yml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index 640c59773..414381101 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -4,7 +4,7 @@

<%= t ".introduction" %>

-<% sites = %w[beginners_guide help mailing_lists forums irc switch2osm welcomemat wiki] %> +<% sites = %w[beginners_guide help mailing_lists forums community irc switch2osm welcomemat wiki] %> <% sites.prepend("welcome") if current_user %>
diff --git a/config/locales/en.yml b/config/locales/en.yml index ea85cef19..55bd1c0a8 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2125,8 +2125,12 @@ en: description: Ask a question or discuss interesting matters on a wide range of topical or regional mailing lists. forums: url: https://forum.openstreetmap.org/ - title: Forums + title: Forums (Legacy) description: Questions and discussions for those that prefer a bulletin board style interface. + community: + url: https://community.openstreetmap.org/ + title: Community forum + description: A shared place for conversations about OpenStreetMap. irc: url: https://irc.openstreetmap.org/ title: IRC -- 2.45.1