summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-02-29 20:27:48 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-02-29 20:27:48 +0000
commit83cb6bc2353e0b2bd7b3406a9ef61fd82feea195 (patch)
tree687d589e0fc60b3b1606d1e9fa6b037bfc93b7eb /roundcubemail
parent8ca02880dae60c77243b0cba62c5e1fd9f2f5c5f (diff)
Fix language code maps
git-svn-id: https://svn.roundcube.net/trunk@5937 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
-rwxr-xr-xroundcubemail/bin/exportgettext.sh6
-rw-r--r--roundcubemail/program/localization/index.inc2
2 files changed, 5 insertions, 3 deletions
diff --git a/roundcubemail/bin/exportgettext.sh b/roundcubemail/bin/exportgettext.sh
index 2b991fb94..1f5861403 100755
--- a/roundcubemail/bin/exportgettext.sh
+++ b/roundcubemail/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',
diff --git a/roundcubemail/program/localization/index.inc b/roundcubemail/program/localization/index.inc
index 5871156c3..63a00467d 100644
--- a/roundcubemail/program/localization/index.inc
+++ b/roundcubemail/program/localization/index.inc
@@ -123,7 +123,9 @@ $rcube_language_aliases = array(
'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',