summaryrefslogtreecommitdiff
path: root/lib/language.php
diff options
context:
space:
mode:
authorCiaranG <ciaran@ciarang.com>2008-10-04 10:45:45 -0400
committerCiaranG <ciaran@ciarang.com>2008-10-04 10:45:45 -0400
commit7b0382fd5b67a0f76d7111face2b2a4910df32e2 (patch)
tree0f09eb3329b84c193169e32a5bdeaca0515b42f1 /lib/language.php
parent9967b7ffc74eac0357aed5aa1cc4fe4ac802d071 (diff)
Update q-value for completed pt_BR translation
darcs-hash:20081004144545-f6e2c-ec48b90428e224a664080fde72d869b9f941bb90.gz
Diffstat (limited to 'lib/language.php')
-rw-r--r--lib/language.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/language.php b/lib/language.php
index 32091dcf6..796e28870 100644
--- a/lib/language.php
+++ b/lib/language.php
@@ -75,7 +75,7 @@ function get_all_languages() {
'ko' => array('q' => 0.1, 'lang' => 'ko', 'name' => 'Korean', 'direction' => 'ltr'),
'nb' => array('q' => 1, 'lang' => 'nb_NO', 'name' => 'Norwegian (bokmal)', 'direction' => 'ltr'),
'pt' => array('q' => 0.2, 'lang' => 'pt', 'name' => 'Portuguese', 'direction' => 'ltr'),
- 'pt-br' => array('q' => 0.1, 'lang' => 'pt_BR', 'name' => 'Portuguese Brazil', 'direction' => 'ltr'),
+ 'pt-br' => array('q' => 1, 'lang' => 'pt_BR', 'name' => 'Portuguese Brazil', 'direction' => 'ltr'),
# 'ru' => array('q' => 0.1, 'lang' => 'ru_RU', 'name' => 'Russian', 'direction' => 'ltr'),
'es' => array('q' => 1, 'lang' => 'es', 'name' => 'Spanish', 'direction' => 'ltr'),
'tr' => array('q' => 1, 'lang' => 'tr_TR', 'name' => 'Turkish', 'direction' => 'ltr'),