aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>2014-02-27 21:37:25 +0100
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>2014-02-27 21:37:25 +0100
commit346380e131ac41229fdcadb5bc5dcb99347552ec (patch)
treece672928ab1d41aaea91e6dcd9a9f55d6185a1ed /inc/poche/Poche.class.php
parentaffbd83b485398a2141839b19b592d316d12d1a9 (diff)
downloadwallabag-346380e131ac41229fdcadb5bc5dcb99347552ec.tar.gz
wallabag-346380e131ac41229fdcadb5bc5dcb99347552ec.tar.zst
wallabag-346380e131ac41229fdcadb5bc5dcb99347552ec.zip
[add] label for brazilian language on config screen
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-xinc/poche/Poche.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index 4100f156..714fa9ee 100755
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -35,6 +35,7 @@ class Poche
35 'ru_RU.utf8' => 'Pусский', 35 'ru_RU.utf8' => 'Pусский',
36 'sl_SI.utf8' => 'Slovenščina', 36 'sl_SI.utf8' => 'Slovenščina',
37 'uk_UA.utf8' => 'Українська', 37 'uk_UA.utf8' => 'Українська',
38 'pt_BR.utf8' => 'Brasileiro',
38 ); 39 );
39 public function __construct() 40 public function __construct()
40 { 41 {