From 8949737692bf58a2a2f8ae4a31acbb5101fea115 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 15 Mar 2019 09:17:28 +0000 Subject: [PATCH] Add Spanish attribution to copyright page Fixes #2179 --- app/views/site/copyright.html.erb | 1 + config/locales/en.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/app/views/site/copyright.html.erb b/app/views/site/copyright.html.erb index ce766fe34..de4ff3cab 100644 --- a/app/views/site/copyright.html.erb +++ b/app/views/site/copyright.html.erb @@ -70,6 +70,7 @@
  • <%= t ".legal_babble.contributors_nl_html", :locale => @locale %>
  • <%= t ".legal_babble.contributors_nz_html", :locale => @locale %>
  • <%= t ".legal_babble.contributors_si_html", :locale => @locale %>
  • +
  • <%= t ".legal_babble.contributors_es_html", :locale => @locale %>
  • <%= t ".legal_babble.contributors_za_html", :locale => @locale %>
  • <%= t ".legal_babble.contributors_gb_html", :locale => @locale %>
  • diff --git a/config/locales/en.yml b/config/locales/en.yml index 97e5804d9..71c081f49 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1409,6 +1409,11 @@ en: Surveying and Mapping Authority and Ministry of Agriculture, Forestry and Food (public information of Slovenia). + contributors_es_html: | + Spain: Contains data sourced from the + Spanish National Geographic Institute (IGN) and + National Cartographic System (SCNE) + licensed for reuse under CC BY 4.0. contributors_za_html: | South Africa: Contains data sourced from Chief Directorate: -- 2.43.2