From 19e40a3470aae28ec88eaade52e5a9c6993dc8c3 Mon Sep 17 00:00:00 2001
From: Nicolas Liampotis <nliam@grnet.gr>
Date: Tue, 8 Mar 2016 12:16:13 +0200
Subject: [PATCH] Add Greek (el) to list of available languages

---
 config-templates/config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index 37d836107..b6734bd70 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -403,7 +403,7 @@ $config = array(
     'language.available' => array(
         'en', 'no', 'nn', 'se', 'da', 'de', 'sv', 'fi', 'es', 'fr', 'it', 'nl', 'lb', 'cs',
         'sl', 'lt', 'hr', 'hu', 'pl', 'pt', 'pt-br', 'tr', 'ja', 'zh', 'zh-tw', 'ru', 'et',
-        'he', 'id', 'sr', 'lv', 'ro', 'eu'
+        'he', 'id', 'sr', 'lv', 'ro', 'eu', 'el'
     ),
     'language.rtl' => array('ar', 'dv', 'fa', 'ur', 'he'),
     'language.default' => 'en',
-- 
GitLab