From b468963c09d4d385187a0a0592ec86c0c9c76eab Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Mon, 6 Oct 2014 12:08:51 +0000 Subject: [PATCH] Add Basque language also to list of known language names. Fixes a notice on page load. --- templates/includes/header.php | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/includes/header.php b/templates/includes/header.php index 73957e5c4..9deef8f24 100644 --- a/templates/includes/header.php +++ b/templates/includes/header.php @@ -188,6 +188,7 @@ if($onLoad !== '') { 'sr' => 'Srpski', // Serbian 'lv' => 'Latviešu', // Latvian 'ro' => 'Românește', // Romanian + 'eu' => 'Euskara', // Basque ); $textarray = array(); -- GitLab