diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-11-18 21:31:13 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-11-18 21:33:30 -0800 |
commit | dd2b815ab2f1623540701fa887098a8b9f40de08 (patch) | |
tree | 09a6c8dcca20fb5df4fb52ad81313d35e3c251ee | |
parent | c1573d8ef2e34429a67a69c3ad947505a5772931 (diff) |
Add Bengali (bn_BD).
-rw-r--r-- | modules/gallery/helpers/locales.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gallery/helpers/locales.php b/modules/gallery/helpers/locales.php index 7bacd388..5961f449 100644 --- a/modules/gallery/helpers/locales.php +++ b/modules/gallery/helpers/locales.php @@ -62,11 +62,14 @@ 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 private static function _init_language_data() { $l["af_ZA"] = "Afrikaans"; // Afrikaans $l["ar_SA"] = "العربية"; // Arabic $l["be_BY"] = "Беларускі"; // Belarusian $l["bg_BG"] = "български"; // Bulgarian + $l["bn_BD"] = "বাংলা"; // Bengali $l["ca_ES"] = "Catalan"; // Catalan $l["cs_CZ"] = "čeština"; // Czech $l["da_DK"] = "Dansk"; // Danish |