diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-12-24 01:10:17 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-12-24 01:10:17 -0800 |
commit | 11df9f204f110ebb1a82e851a668bbaa4b7560ee (patch) | |
tree | b0ea073e27918cb86d8657e226f85c0c014f6fe8 | |
parent | c989981041e66e336f1410b651173305ab184aba (diff) |
Added Croatian as hr_HR. Fixes #1514.
-rw-r--r-- | modules/gallery/helpers/locales.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gallery/helpers/locales.php b/modules/gallery/helpers/locales.php index 565e9da8..d06bb319 100644 --- a/modules/gallery/helpers/locales.php +++ b/modules/gallery/helpers/locales.php @@ -64,6 +64,7 @@ class locales_Core { // @todo Might want to add a localizable language name as well. // ref: http://cldr.unicode.org/ // ref: http://cldr.unicode.org/index/cldr-spec/picking-the-right-language-code + // ref: http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/likely_subtags.html private static function _init_language_data() { $l["af_ZA"] = "Afrikaans"; // Afrikaans $l["ar_SA"] = "العربية"; // Arabic @@ -88,6 +89,7 @@ class locales_Core { $l["fr_FR"] = "Français"; // French $l["ga_IE"] = "Gaeilge"; // Irish $l["he_IL"] = "עברית"; // Hebrew + $l["hr_HR"] = "hr̀vātskī"; // Croatian $l["hu_HU"] = "Magyar"; // Hungarian $l["is_IS"] = "Icelandic"; // Icelandic $l["it_IT"] = "Italiano"; // Italian |