diff options
author | Andy Staudacher <andy.st@gmail.com> | 2010-02-08 00:05:17 -0800 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2010-02-08 00:05:17 -0800 |
commit | d0f6839c25c328c1bc0baff87974a8b268933361 (patch) | |
tree | b0e1be0fb049622c8ecf9112ea88f2bbf8d8eaba /modules | |
parent | 3012ca370e038d1762062f682e6cd01a031ccd8c (diff) |
Fix Arabic language name. Thanks shaibn for reporting the issue. Verified with CLDR data.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/helpers/locales.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/locales.php b/modules/gallery/helpers/locales.php index 4af750a3..883d2f9a 100644 --- a/modules/gallery/helpers/locales.php +++ b/modules/gallery/helpers/locales.php @@ -64,7 +64,7 @@ class locales_Core { // @todo Might want to add a localizable language name as well. private static function _init_language_data() { $l["af_ZA"] = "Afrikaans"; // Afrikaans - $l["ar_SA"] = "العربي"; // Arabic + $l["ar_SA"] = "العربية"; // Arabic $l["be_BY"] = "Беларускі"; // Belarusian $l["bg_BG"] = "български"; // Bulgarian $l["ca_ES"] = "Catalan"; // Catalan |