Add Brazilian Portuguese and fix European Portuguese (#1966)

* update portuguese translation

added the missing fields and improved the translation

* pt translations fix

* improve last translation commit

* fix damn quotes

* add pt_br to index.jsx

* add pt-BR to import index.jsx

* add pt-BR to mastodon.jsx

* add pt-BR to settings_helper.rb

* add pt-BR to application.rb

* order alphabetically pt.jsx

* create pt-BR.jsx

* Create devise.pt-BR.yml

* language improvements to devise.pt.yml

* created doorkeeper.pt-BR.yml

* fixes to doorkeeper.pt.yml

* create pt-BR.yml

* improvements to pt.yml

* Create simple_form.pt-BR.yml

* Improvements to simple_form.pt.yml

* improvements to pt.yml
This commit is contained in:
Hugo Gameiro
2017-04-17 09:38:27 +01:00
committed by Eugen
parent 8ad6722eea
commit 6685106daa
14 changed files with 801 additions and 249 deletions

View File

@@ -7,6 +7,7 @@ import fr from './fr';
import nl from './nl';
import no from './no';
import pt from './pt';
import pt_br from './pt-br';
import uk from './uk';
import fi from './fi';
import eo from './eo';
@@ -25,6 +26,7 @@ const locales = {
nl,
no,
pt,
'pt-BR': pt_br,
uk,
fi,
eo,