diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-08-17 16:18:38 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-08-17 16:18:38 -0700 |
commit | 995a1a262a2f86bbaaa5d8b78569a2111bde4124 (patch) | |
tree | 99e4c290f8b278a33566caa8855baad6c300ea5c /app/Locales/pt_BR | |
parent | e468f3c558dcf1c992309fe8382b91b01c2dab6a (diff) |
Locales list show native translation of the available languages (pull-request #155)
Diffstat (limited to 'app/Locales/pt_BR')
-rw-r--r-- | app/Locales/pt_BR/translations.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/Locales/pt_BR/translations.php b/app/Locales/pt_BR/translations.php index 04117b50..7ba45966 100644 --- a/app/Locales/pt_BR/translations.php +++ b/app/Locales/pt_BR/translations.php @@ -1,14 +1,6 @@ <?php return array( - 'English' => 'Inglês', - 'French' => 'Francês', - 'Polish' => 'Polonês', - 'Portuguese (Brazilian)' => 'Português (Brasil)', - 'Spanish' => 'Espanhol', - 'German' => 'Alemão', - 'Chinese (Simplified)' => 'Chinês (simplificado)', - 'Swedish' => 'Sueco', 'None' => 'Nenhum', 'edit' => 'editar', 'Edit' => 'Editar', |