diff options
author | thomascube <thomas@roundcube.net> | 2005-11-13 19:02:28 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-11-13 19:02:28 +0000 |
commit | ecf7590cb84bb944d4adcd46124fbf0d081848f3 (patch) | |
tree | 8ceec5a6f965f17a8934467a2059b1ad2017e223 /program/localization/index.inc | |
parent | 583f1c8d80c42195d0ee41f30a885e13d777b79f (diff) |
Added new languages and new XMLHttpRequest class
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r-- | 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 1ac2df17a..d617bf11a 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -62,6 +62,7 @@ $rcube_charsets = array( 'ru' => 'Windows-1251', 'lv' => 'ISO-8859-2', 'pl' => 'ISO-8859-2', + 'el' => 'ISO-8859-7', 'tw' => 'BIG5' ); |