summaryrefslogtreecommitdiff
path: root/lib/language.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-20 15:52:43 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-20 15:52:43 +0100
commit7e6efd1065ee1aac8b59759255d317cb172fa45e (patch)
tree7d950fdd11ffaebd25dad0a76eb9938104d260f1 /lib/language.php
parentb7b8e160979f9d3ab7c1bd944de6dd8db29ef874 (diff)
Localisation updates for !StatusNet from !translatewiki.net !sntrans
* Adding Persian language
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 d8f529201..0e4ccc409 100644
--- a/lib/language.php
+++ b/lib/language.php
@@ -283,6 +283,7 @@ function get_all_languages() {
'en' => array('q' => 1, 'lang' => 'en', 'name' => 'English (US)', 'direction' => 'ltr'),
'es' => array('q' => 1, 'lang' => 'es', 'name' => 'Spanish', 'direction' => 'ltr'),
'fi' => array('q' => 1, 'lang' => 'fi', 'name' => 'Finnish', 'direction' => 'ltr'),
+ 'fa' => array('q' => 1, 'lang' => 'fa', 'name' => 'Persian', 'direction' => 'rtl'),
'fr-fr' => array('q' => 1, 'lang' => 'fr', 'name' => 'French', 'direction' => 'ltr'),
'ga' => array('q' => 0.5, 'lang' => 'ga', 'name' => 'Galician', 'direction' => 'ltr'),
'he' => array('q' => 0.5, 'lang' => 'he', 'name' => 'Hebrew', 'direction' => 'rtl'),