summaryrefslogtreecommitdiff
path: root/program/localization/index.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-06-02 18:15:44 +0000
committerthomascube <thomas@roundcube.net>2006-06-02 18:15:44 +0000
commit17f8104f65dab45086d40a66acdc21cad50d2e1e (patch)
tree20fb1607a112c776b89cd27980328a392692a4eb /program/localization/index.inc
parent71bacf93ef45e94924935d74b6ebe8e1a1cd6a77 (diff)
Updated Estonian localization and moved from ee to et
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r--program/localization/index.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/program/localization/index.inc b/program/localization/index.inc
index 1422f43b3..c8010149b 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -35,7 +35,7 @@
'de_DE' => 'Deutsch (Deutsch)',
'de_CH' => 'Deutsch (Schweiz)',
'es' => 'Español',
- 'ee' => 'Estonian',
+ 'et' => 'Estonian',
'eu' => 'Euskara',
'fr' => 'Français',
'ga' => 'Galician',
@@ -66,7 +66,8 @@
);
$rcube_language_aliases = array(
- 'et_EE' => 'ee',
+ 'et_EE' => 'et',
+ 'ee' => 'et',
'bs' => 'bs_BA',
'de' => 'de_DE',
'en' => 'en_US',