diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index 21d29aa95c..5097dd3404 100644 --- a/app/views/site/help.html.erb +++ b/app/views/site/help.html.erb @@ -4,7 +4,7 @@

<%= t "help_page.introduction" %>

-<% ['welcome', 'beginners_guide', 'help', 'mailing_lists', 'forums', 'wiki'].each do |site| %> +<% ['welcome', 'beginners_guide', 'help', 'mailing_lists', 'forums', 'irc', 'switch2osm', 'wiki'].each do |site| %> <% unless site == 'welcome' && !@user %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index 4004f41e8c..27e83c0cf0 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1167,7 +1167,15 @@ en: forums: url: http://forum.openstreetmap.org/ title: Forums - description: The same as above for those that prefer a bulletin board style interface. + description: Questions and discussions for those that prefer a bulletin board style interface. + irc: + url: http://irc.openstreetmap.org/ + title: IRC + description: Interactive chat in many different languages and on many topics. + switch2osm: + url: https://switch2osm.org/ + title: switch2osm + description: Help for companies and organisations switching to OpenStreetMap based maps and other services. wiki: url: http://wiki.openstreetmap.org/ title: wiki.openstreetmap.org