diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php index 9df3aac1..1a20fe0d 100644 --- a/install.php +++ b/install.php @@ -102,6 +102,7 @@ switch ($_REQUEST['action']) { 'en_GB' => 'UTF-8', 'es_ES' => 'iso-8859-1', 'fr_FR' => 'iso-8859-1', + 'el_GR' => 'el_GR.utf-8', 'it_IT' => 'UTF-8', 'nl_NL' => 'ISO-8859-15', 'tr_TR' => 'iso-8859-9', |