diff options
author | Nicolas Lœuillet <nicolas.loeuillet@gmail.com> | 2014-02-27 21:37:25 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas.loeuillet@gmail.com> | 2014-02-27 21:37:25 +0100 |
commit | 346380e131ac41229fdcadb5bc5dcb99347552ec (patch) | |
tree | ce672928ab1d41aaea91e6dcd9a9f55d6185a1ed /inc/poche/Poche.class.php | |
parent | affbd83b485398a2141839b19b592d316d12d1a9 (diff) | |
download | wallabag-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-x | inc/poche/Poche.class.php | 1 |
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 | { |