summaryrefslogtreecommitdiff
path: root/lib/language.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-10 22:03:11 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-10 22:03:11 +0100
commitda372c4d883eb93bcc90d37dac25bbf6273872a8 (patch)
tree75a39266f5260604b221adf37363a348645a48ed /lib/language.php
parent5a5c6b145d7f6abac1b2a1f45c570ada248f5dba (diff)
Localisation updates from translatewiki.net
* adding Arabic localisation
Diffstat (limited to 'lib/language.php')
-rw-r--r--lib/language.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/language.php b/lib/language.php
index bec5620fd..2570907b7 100644
--- a/lib/language.php
+++ b/lib/language.php
@@ -101,6 +101,7 @@ function get_nice_language_list()
*/
function get_all_languages() {
return array(
+ 'ar' => array('q' => 0.8, 'lang' => 'ar', 'name' => 'Arabic', 'direction' => 'rtl'),
'bg' => array('q' => 0.8, 'lang' => 'bg', 'name' => 'Bulgarian', 'direction' => 'ltr'),
'ca' => array('q' => 0.5, 'lang' => 'ca', 'name' => 'Catalan', 'direction' => 'ltr'),
'cs' => array('q' => 0.5, 'lang' => 'cs', 'name' => 'Czech', 'direction' => 'ltr'),