diff options
author | thomascube <thomas@roundcube.net> | 2012-02-29 20:27:48 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-29 20:27:48 +0000 |
commit | 15dfdbe54e68248d06469ebedf72e1c151c371a1 (patch) | |
tree | 39a0553941df975bafa4d33b0a9a9511fe721be9 | |
parent | aa9ddf1f03b9031580219eb6c343742e2ffb5666 (diff) |
Fix language code maps
-rwxr-xr-x | bin/exportgettext.sh | 6 | ||||
-rw-r--r-- | program/localization/index.inc | 2 |
2 files changed, 5 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', diff --git a/program/localization/index.inc b/program/localization/index.inc index 5871156c3..63a00467d 100644 --- a/program/localization/index.inc +++ b/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', |