diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-05 15:58:25 +0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-06 01:26:24 +0800 |
commit | 62a63676d45d4d87aa126ec8fb8694868be0c27a (patch) | |
tree | 766846c93e18f674ad971cce0513c3142a0bafbf | |
parent | a46c4a64312e0cfbf2e6888742f8136f98b6bc7d (diff) |
Add Belarusian to the language list.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
-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 |