From: Simon Poole Date: Fri, 15 May 2015 10:14:57 +0000 (+0200) Subject: Add IRC and switch2osm to help page, slight language improvement X-Git-Tag: live~4127 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/8c37f47244b7a7501593882d81d79354acdab7f9?ds=sidebyside Add IRC and switch2osm to help page, slight language improvement --- diff --git a/app/views/site/help.html.erb b/app/views/site/help.html.erb index 21d29aa95..5097dd340 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 4004f41e8..27e83c0cf 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