summaryrefslogtreecommitdiff
path: root/lib/language.php
diff options
context:
space:
mode:
authorCiaranG <ciaran@ciarang.com>2008-09-23 10:07:10 -0400
committerCiaranG <ciaran@ciarang.com>2008-09-23 10:07:10 -0400
commitcc619e577834acedca7236deda6a3f2da31a6314 (patch)
treea3f475946ebb6b08cae1f08add922480cd22b606 /lib/language.php
parent02befa21c35ab36a87f9eca08e7e1bb06cf2c4a9 (diff)
Add Lithuanian to list of supported languages
darcs-hash:20080923140710-f6e2c-9389f76d0e512c97b44c9d0d52ef3a15cb89d795.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 136d4cd7d..c04196e82 100644
--- a/lib/language.php
+++ b/lib/language.php
@@ -76,6 +76,7 @@ function get_all_languages() {
'es' => array('q' => 1, 'lang' => 'es', 'name' => 'Spanish', 'direction' => 'ltr'),
'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'),
);
return $all_languages;
}