Skip to content

Commit

Permalink
Fix language code maps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Feb 29, 2012
1 parent aa9ddf1 commit 15dfdbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/exportgettext.sh
Expand Up @@ -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',
Expand Down
2 changes: 2 additions & 0 deletions program/localization/index.inc
Expand Up @@ -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',
Expand Down

0 comments on commit 15dfdbe

Please sign in to comment.