diff options
author | thomascube <thomas@roundcube.net> | 2011-12-12 14:38:43 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-12 14:38:43 +0000 |
commit | 312ad9d51e9fdc05897cf983683903e791dce6c5 (patch) | |
tree | e3e5c1061102aacbf0f64cb86bb2756adcb739e6 /program/localization/index.inc | |
parent | ce86f0f14f0cf1bf73f4f6045aea1fa00db432aa (diff) |
Correctly name the Khmer localization files
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r-- | program/localization/index.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/program/localization/index.inc b/program/localization/index.inc index 76eddc02a..498b96858 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -63,7 +63,7 @@ $rcube_languages = array( 'ga_IE' => 'Irish (Gaedhilge)', 'it_IT' => 'Italian (Italiano)', 'ja_JP' => 'Japanese (日本語)', - 'kh_KH' => 'Khmer (ភាសាខ្មែរ)', + 'km_KH' => 'Khmer (ភាសាខ្មែរ)', 'ko_KR' => 'Korean (한국어)', 'ku' => 'Kurdish (Kurmancî)', 'lv_LV' => 'Latvian (Latviešu)', @@ -109,6 +109,7 @@ $rcube_language_aliases = array( 'da' => 'da_DK', 'de' => 'de_DE', 'ee' => 'et_EE', + 'et' => 'et_EE', 'el' => 'el_GR', 'en' => 'en_US', 'eu' => 'eu_ES', @@ -121,6 +122,8 @@ $rcube_language_aliases = array( 'ja' => 'ja_JP', 'ko' => 'ko_KR', 'kr' => 'ko_KR', + 'kh' => 'km_KH', + 'km' => 'km_KH', 'ne' => 'ne_NP', 'no' => 'nn_NO', 'ms' => 'ms_MY', |