Add new SDG feature Setting
This commit is contained in:
@@ -100,6 +100,7 @@ class Setting < ApplicationRecord
|
|||||||
"feature.remote_census": nil,
|
"feature.remote_census": nil,
|
||||||
"feature.valuation_comment_notification": true,
|
"feature.valuation_comment_notification": true,
|
||||||
"feature.graphql_api": true,
|
"feature.graphql_api": true,
|
||||||
|
"feature.sdg": false,
|
||||||
"homepage.widgets.feeds.debates": true,
|
"homepage.widgets.feeds.debates": true,
|
||||||
"homepage.widgets.feeds.processes": true,
|
"homepage.widgets.feeds.processes": true,
|
||||||
"homepage.widgets.feeds.proposals": true,
|
"homepage.widgets.feeds.proposals": true,
|
||||||
|
|||||||
@@ -130,6 +130,8 @@ en:
|
|||||||
dashboard:
|
dashboard:
|
||||||
notification_emails: "Dashboard notification emails"
|
notification_emails: "Dashboard notification emails"
|
||||||
notification_emails_description: "Enable sending dashboard notification emails to proposal's authors"
|
notification_emails_description: "Enable sending dashboard notification emails to proposal's authors"
|
||||||
|
sdg: SDG
|
||||||
|
sdg_description: Enable Sustainable Development Goals sections in the administration menu and in the Global Settings.
|
||||||
remote_census:
|
remote_census:
|
||||||
general:
|
general:
|
||||||
endpoint: "Endpoint"
|
endpoint: "Endpoint"
|
||||||
|
|||||||
@@ -130,6 +130,8 @@ es:
|
|||||||
dashboard:
|
dashboard:
|
||||||
notification_emails: "Emails del panel de progreso"
|
notification_emails: "Emails del panel de progreso"
|
||||||
notification_emails_description: "Activar el envío de emails de notificaciones a los autores de las propuestas en la sección de panel de progreso"
|
notification_emails_description: "Activar el envío de emails de notificaciones a los autores de las propuestas en la sección de panel de progreso"
|
||||||
|
sdg: ODS
|
||||||
|
sdg_description: Habilitar secciones relacionadas con Objetivos de Desarrollo Sostenible en el menú de administración y en la sección de Configuración Global.
|
||||||
remote_census:
|
remote_census:
|
||||||
general:
|
general:
|
||||||
endpoint: "Endpoint"
|
endpoint: "Endpoint"
|
||||||
|
|||||||
Reference in New Issue
Block a user