summaryrefslogtreecommitdiff
path: root/lib/language.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-13 18:31:14 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-13 18:31:14 +0100
commit954eb411e038745ee3e7995364a79d2fbda909bc (patch)
tree8e0def9c862a9cc274ef7abbecb1fddbb08967eb /lib/language.php
parent95a6f2b84e663b73ac0a0be0fa42b480560177d2 (diff)
Localisation updates for !StatusNet from !translatewiki.net !sntrans
* add Interlingua (ia)
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 c037d30c3..d8f529201 100644
--- a/lib/language.php
+++ b/lib/language.php
@@ -287,6 +287,7 @@ function get_all_languages() {
'ga' => array('q' => 0.5, 'lang' => 'ga', 'name' => 'Galician', 'direction' => 'ltr'),
'he' => array('q' => 0.5, 'lang' => 'he', 'name' => 'Hebrew', 'direction' => 'rtl'),
'hsb' => array('q' => 0.8, 'lang' => 'hsb', 'name' => 'Upper Sorbian', 'direction' => 'ltr'),
+ 'ia' => array('q' => 0.8, 'lang' => 'ia', 'name' => 'Interlingua', 'direction' => 'ltr'),
'is' => array('q' => 0.1, 'lang' => 'is', 'name' => 'Icelandic', 'direction' => 'ltr'),
'it' => array('q' => 1, 'lang' => 'it', 'name' => 'Italian', 'direction' => 'ltr'),
'jp' => array('q' => 0.5, 'lang' => 'ja', 'name' => 'Japanese', 'direction' => 'ltr'),