From 15dfdbe54e68248d06469ebedf72e1c151c371a1 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 29 Feb 2012 20:27:48 +0000 Subject: Fix language code maps --- bin/exportgettext.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/exportgettext.sh b/bin/exportgettext.sh index 2b991fb94..1f5861403 100755 --- a/bin/exportgettext.sh +++ b/bin/exportgettext.sh @@ -30,20 +30,20 @@ $srcdir = unslashify(realpath($argv[1])); $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', -- cgit v1.2.3