summaryrefslogtreecommitdiff
path: root/lib/language.php
diff options
context:
space:
mode:
authorCiaranG <ciaran@ciarang.com>2008-09-23 14:48:51 -0400
committerCiaranG <ciaran@ciarang.com>2008-09-23 14:48:51 -0400
commit2b963df0e58ddc340efed381692a34338b68ad07 (patch)
tree034373326e19bdba0846bf5b2ea52a5f6f65c882 /lib/language.php
parentcc619e577834acedca7236deda6a3f2da31a6314 (diff)
Added Swedish to list of languages
darcs-hash:20080923184851-f6e2c-736ba9b33f02ae5429df6ce8f27418cfbc09db25.gz
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 c04196e82..5ad5c449d 100644
--- a/lib/language.php
+++ b/lib/language.php
@@ -77,6 +77,7 @@ function get_all_languages() {
'tr' => array('q' => 1, 'lang' => 'tr_TR', 'name' => 'Turkish', 'direction' => 'ltr'),
'uk' => array('q' => 1, 'lang' => 'uk_UA', 'name' => 'Ukrainian', 'direction' => 'ltr'),
'lt' => array('q' => 1, 'lang' => 'lt_LT', 'name' => 'Lithuanian', 'direction' => 'ltr'),
+ 'sv' => array('q' => 1, 'lang' => 'sv_SE', 'name' => 'Swedish', 'direction' => 'ltr'),
);
return $all_languages;
}