From c9f43faa3fddc7fdd46c02450ba06ca0fea58c44 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 26 Jan 2016 19:49:22 -0500 Subject: Greek translation integration --- app/Model/Config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/Model') diff --git a/app/Model/Config.php b/app/Model/Config.php index 55999310..6f009175 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -76,6 +76,7 @@ class Config extends Setting 'en_US' => 'English', 'es_ES' => 'Español', 'fr_FR' => 'Français', + 'el_GR' => 'Grec', 'it_IT' => 'Italiano', 'hu_HU' => 'Magyar', 'my_MY' => 'Melayu', @@ -131,7 +132,8 @@ class Config extends Setting 'zh_CN' => 'zh-cn', 'ja_JP' => 'ja', 'th_TH' => 'th', - 'id_ID' => 'id' + 'id_ID' => 'id', + 'el_GR' => 'el', ); $lang = $this->getCurrentLanguage(); -- cgit v1.2.3