From 15dfdbe54e68248d06469ebedf72e1c151c371a1 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 29 Feb 2012 15:27:48 -0500
Subject: [PATCH] Fix language code maps

---
 program/localization/index.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/program/localization/index.inc b/program/localization/index.inc
index 5871156..63a0046 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -123,7 +123,9 @@
   'he' => 'he_IL',
   'hi' => 'hi_IN',
   'hr' => 'hr_HR',
+  'hy' => 'hy_AM',
   'ja' => 'ja_JP',
+  'ka' => 'ka_GE',
   'ko' => 'ko_KR',
   'kr' => 'ko_KR',
   'kh' => 'km_KH',

--
Gitblit v1.9.1