diff options
author | thomascube <thomas@roundcube.net> | 2006-06-02 18:16:48 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-06-02 18:16:48 +0000 |
commit | 6b6beac63d688cce5ed800a3c68777a49e65c013 (patch) | |
tree | 258a07abd4e71ef232da0f0438ea23356a67228c /program/localization/index.inc | |
parent | 17f8104f65dab45086d40a66acdc21cad50d2e1e (diff) |
Updated Estonian localization and moved from ee to et
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r-- | program/localization/index.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/program/localization/index.inc b/program/localization/index.inc index c8010149b..38c464d50 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', - 'et' => 'Estonian', + 'et_EE' => 'Estonian', 'eu' => 'Euskara', 'fr' => 'Français', 'ga' => 'Galician', @@ -66,8 +66,7 @@ ); $rcube_language_aliases = array( - 'et_EE' => 'et', - 'ee' => 'et', + 'ee' => 'et_EE', 'bs' => 'bs_BA', 'de' => 'de_DE', 'en' => 'en_US', |