diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-05 00:58:25 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-05 00:58:25 -0700 |
commit | 05d1bec594775115d3cd597e01e2326eee2fa1ab (patch) | |
tree | 766846c93e18f674ad971cce0513c3142a0bafbf | |
parent | b30645e36c0ed6db1c80459a8316a8ec967d5db9 (diff) |
Add Belarusian to the language list.
-rw-r--r-- | modules/gallery/helpers/locale.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/helpers/locale.php b/modules/gallery/helpers/locale.php index 2ba0f255..1ba2f003 100644 --- a/modules/gallery/helpers/locale.php +++ b/modules/gallery/helpers/locale.php @@ -59,6 +59,7 @@ class locale_Core { private static function _init_language_data() { $l["af_ZA"] = "Afrikaans"; // Afrikaans $l["ar_SA"] = "العربية"; // Arabic + $l["be_RU"] = "Belarusian"; // Belarusian $l["bg_BG"] = "Български"; // Bulgarian $l["ca_ES"] = "Catalan"; // Catalan $l["cs_CZ"] = "Česky"; // Czech |