diff options
author | unostar <unostar@danalan.info> | 2009-06-05 21:32:06 +0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-06 01:26:41 +0800 |
commit | 710d13aeceefc4bc5018acd4602c0975f4c6c048 (patch) | |
tree | 05e6073f443bdde16b77eb7bc794dde23afd8b23 | |
parent | 62a63676d45d4d87aa126ec8fb8694868be0c27a (diff) |
Correct locale and local translation
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
-rw-r--r-- | modules/gallery/helpers/locale.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/locale.php b/modules/gallery/helpers/locale.php index 1ba2f003..c176dcc6 100644 --- a/modules/gallery/helpers/locale.php +++ b/modules/gallery/helpers/locale.php @@ -59,7 +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["be_BY"] = "Беларускі"; // Belarusian $l["bg_BG"] = "Български"; // Bulgarian $l["ca_ES"] = "Catalan"; // Catalan $l["cs_CZ"] = "Česky"; // Czech |