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

---
 bin/exportgettext.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/exportgettext.sh b/bin/exportgettext.sh
index 2b991fb..1f58614 100755
--- a/bin/exportgettext.sh
+++ b/bin/exportgettext.sh
@@ -30,20 +30,20 @@
 $destdir = unslashify($argv[2]);
 $layout = 'launchpad';  # or 'narro';
 $langcode_map = array(
-	'hy_AM' => 'am',
+	'hy_AM' => 'hy',
 	'ar_SA' => 'ar',
 	'az_AZ' => 'az',
 	'bg_BG' => 'bg',
 	'bs_BA' => 'bs',
 	'ca_ES' => 'ca',
-	'cs_CZ' => 'cz',
+	'cs_CZ' => 'cs',
 	'cy_GB' => 'cy',
 	'da_DK' => 'da',
 	'et_EE' => 'et',
 	'el_GR' => 'el',
 	'eu_ES' => 'eu',
 	'ga_IE' => 'ga',
-	'ka_GE' => 'ge',
+	'ka_GE' => 'ka',
 	'gl_ES' => 'gl',
 	'he_IL' => 'he',
 	'hi_IN' => 'hi',

--
Gitblit v1.9.1