From ecf7590cb84bb944d4adcd46124fbf0d081848f3 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 13 Nov 2005 14:02:28 -0500
Subject: [PATCH] Added new languages and new XMLHttpRequest class

---
 program/localization/index.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/program/localization/index.inc b/program/localization/index.inc
index 1ac2df1..d617bf1 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -62,6 +62,7 @@
 	'ru' => 'Windows-1251',
 	'lv' => 'ISO-8859-2',
 	'pl' => 'ISO-8859-2',
+	'el' => 'ISO-8859-7',
 	'tw' => 'BIG5'
 );
 

--
Gitblit v1.9.1