diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2014-03-17 08:09:18 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2014-03-17 08:09:18 +0100 |
commit | 897b2b53029b8490cd7e9ea329d4151c2f6bd123 (patch) | |
tree | b883795e3f71c4a8b0d4f85d6b26c769910b7629 | |
parent | 07e028fe5cf444d8e0fae2da568ab9f11839cb5d (diff) | |
parent | 5805ac4574b5bd58937c6d698aff184ec3cbf6b0 (diff) | |
download | wallabag-897b2b53029b8490cd7e9ea329d4151c2f6bd123.tar.gz wallabag-897b2b53029b8490cd7e9ea329d4151c2f6bd123.tar.zst wallabag-897b2b53029b8490cd7e9ea329d4151c2f6bd123.zip |
Merge pull request #566 from camporez/dev
Update brazilian traslation title to "Português (Brasil)"
-rwxr-xr-x | inc/poche/Poche.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 7bf33308..f85bb86c 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -32,10 +32,10 @@ class Poche | |||
32 | 'fr_FR.utf8' => 'Français', | 32 | 'fr_FR.utf8' => 'Français', |
33 | 'it_IT.utf8' => 'Italiano', | 33 | 'it_IT.utf8' => 'Italiano', |
34 | 'pl_PL.utf8' => 'Polski', | 34 | 'pl_PL.utf8' => 'Polski', |
35 | 'pt_BR.utf8' => 'Português (Brasil)', | ||
35 | 'ru_RU.utf8' => 'Pусский', | 36 | 'ru_RU.utf8' => 'Pусский', |
36 | 'sl_SI.utf8' => 'Slovenščina', | 37 | 'sl_SI.utf8' => 'Slovenščina', |
37 | 'uk_UA.utf8' => 'Українська', | 38 | 'uk_UA.utf8' => 'Українська', |
38 | 'pt_BR.utf8' => 'Brasileiro', | ||
39 | ); | 39 | ); |
40 | public function __construct() | 40 | public function __construct() |
41 | { | 41 | { |