summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-02-29 20:27:48 +0000
committerthomascube <thomas@roundcube.net>2012-02-29 20:27:48 +0000
commit15dfdbe54e68248d06469ebedf72e1c151c371a1 (patch)
tree39a0553941df975bafa4d33b0a9a9511fe721be9 /bin
parentaa9ddf1f03b9031580219eb6c343742e2ffb5666 (diff)
Fix language code maps
Diffstat (limited to 'bin')
-rwxr-xr-xbin/exportgettext.sh6
1 files changed, 3 insertions, 3 deletions
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',