From 312ad9d51e9fdc05897cf983683903e791dce6c5 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 12 Dec 2011 09:38:43 -0500
Subject: [PATCH] Correctly name the Khmer localization files

---
 program/localization/km_KH/messages.inc |    0 
 program/localization/km_KH/labels.inc   |    0 
 program/localization/index.inc          |    5 ++++-
 3 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/program/localization/index.inc b/program/localization/index.inc
index 76eddc0..498b968 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -63,7 +63,7 @@
   '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 @@
   '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 @@
   'ja' => 'ja_JP',
   'ko' => 'ko_KR',
   'kr' => 'ko_KR',
+  'kh' => 'km_KH',
+  'km' => 'km_KH',
   'ne' => 'ne_NP',
   'no' => 'nn_NO',
   'ms' => 'ms_MY',
diff --git a/program/localization/kh_KH/labels.inc b/program/localization/km_KH/labels.inc
similarity index 100%
rename from program/localization/kh_KH/labels.inc
rename to program/localization/km_KH/labels.inc
diff --git a/program/localization/kh_KH/messages.inc b/program/localization/km_KH/messages.inc
similarity index 100%
rename from program/localization/kh_KH/messages.inc
rename to program/localization/km_KH/messages.inc

--
Gitblit v1.9.1