From d66b9fd91424d89cd9fa619fcf243fbf1ef3e01f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no>
Date: Wed, 9 Nov 2016 14:51:54 +0100
Subject: [PATCH] =?UTF-8?q?Add=20missing=20translations=20for=20=E2=80=9Cr?=
 =?UTF-8?q?equired=E2=80=9D=20and=20=E2=80=9Coptional=E2=80=9D=20strings?=
 =?UTF-8?q?=20when=20checking=20PHP=20extensions=20installed.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 modules/core/www/frontpage_config.php | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php
index b8cb6f96a..7f92a6ef3 100644
--- a/modules/core/www/frontpage_config.php
+++ b/modules/core/www/frontpage_config.php
@@ -177,7 +177,11 @@ $t->data['links_federation'] = $links_federation;
 
 $t->data['enablematrix'] = $enablematrix;
 $t->data['funcmatrix'] = $funcmatrix;
-$t->data['requiredmap'] = array('recommended' => $t->noop('{core:frontpage:recommended}'));
+$t->data['requiredmap'] = array(
+    'recommended' => $t->noop('{core:frontpage:recommended}'),
+    'required' => $t->noop('{core:frontpage:required}'),
+    'optional' => $t->noop('{core:frontpage:optional}'),
+);
 $t->data['version'] = $config->getVersion();
 $t->data['directory'] = dirname(dirname(dirname(dirname(__FILE__))));
 
-- 
GitLab