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 /program/localization | |
parent | aa9ddf1f03b9031580219eb6c343742e2ffb5666 (diff) |
Fix language code maps
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/index.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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', |