X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/9a9c9a8bf83241c193c5bef6361d41893e72dfd3..d9ec51d885b286e2eebe786ad9bab441a9e38120:/lib/lang.php?ds=inline

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 */