Add Goals seeds and translations

Extracted from the official United Nations Sustainable Development
Goals website [1].

[1] https://www.un.org/sustainabledevelopment/sustainable-development-goals/
This commit is contained in:
Senén Rodero Rodríguez
2020-11-12 14:26:03 +01:00
committed by Javi Martín
parent cb78a254f4
commit cbe84450ac
9 changed files with 124 additions and 8 deletions

View File

@@ -16,3 +16,6 @@ WebSection.where(name: "help_page").first_or_create!
# Default custom pages
load Rails.root.join("db", "pages.rb")
# Sustainable Development Goals
load Rails.root.join("db", "sdg.rb")