diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-07 01:14:31 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-07 01:14:31 +0200 |
commit | ae139c4ddf59b253c0cbbdf3983cf0b25088b93f (patch) | |
tree | 745576fadd5293e1f1d6bf9cba57864d40d98c73 /lib/language.php | |
parent | c36c3d90eec9cf3455ab2c5b2d9a50f3348be3db (diff) |
Localisation updates for !StatusNet from !translatewiki.net !sntrans
* add Afrikaans
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
Diffstat (limited to 'lib/language.php')
-rw-r--r-- | lib/language.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/language.php b/lib/language.php index 76c788025..6fb6222a1 100644 --- a/lib/language.php +++ b/lib/language.php @@ -289,6 +289,7 @@ function get_nice_language_list() */ function get_all_languages() { return array( + 'af' => array('q' => 0.8, 'lang' => 'af', 'name' => 'Afrikaans', 'direction' => 'ltr'), 'ar' => array('q' => 0.8, 'lang' => 'ar', 'name' => 'Arabic', 'direction' => 'rtl'), 'arz' => array('q' => 0.8, 'lang' => 'arz', 'name' => 'Egyptian Spoken Arabic', 'direction' => 'rtl'), 'bg' => array('q' => 0.8, 'lang' => 'bg', 'name' => 'Bulgarian', 'direction' => 'ltr'), |