X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/96707e02b8b24054e0827eaf169cc88504a1e78c..b9c53296de807972e20c86a4f264ee699c388e46:/lib/lang.php

diff --git a/lib/lang.php b/lib/lang.php
index 4c5bce2..fc7f0bc 100644
--- a/lib/lang.php
+++ b/lib/lang.php
@@ -28,9 +28,12 @@ $languages_list = array('auto' => 'Automatic',
                          'fr'   => 'Français',
                          'it'   => 'Italiano',
                          'nl'   => 'Nederlands',
+                         'pt'   => 'português',
+                         'pt_BR'   => 'português (Brasil)',
                          'ro'   => 'Limba română',
                          'ru'   => 'ру́сский',
                          'sk'   => 'Slovenčina',
+                         'tr'   => 'Türkçe',
                          'zh'   => '汉语');
 
 /* Translation */