summaryrefslogtreecommitdiff
path: root/roundcubemail/program/localization/index.inc
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-06-02 18:15:44 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-06-02 18:15:44 +0000
commit9102b4966c4ddd57feea2f3b4b82c5a0eb6b8c9e (patch)
treeada4888f224da3ad576328c9353160fc95986ec3 /roundcubemail/program/localization/index.inc
parentd09d5ce6a12bb54f35d257e3697b172a91e93213 (diff)
Updated Estonian localization and moved from ee to et
git-svn-id: https://svn.roundcube.net/trunk@257 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/index.inc')
-rw-r--r--roundcubemail/program/localization/index.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/roundcubemail/program/localization/index.inc b/roundcubemail/program/localization/index.inc
index 1422f43b3..c8010149b 100644
--- a/roundcubemail/program/localization/index.inc
+++ b/roundcubemail/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',