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

@@ -57,6 +57,7 @@ import uk from 'react-intl/locale-data/uk';
import zh from 'react-intl/locale-data/zh';
import bg from 'react-intl/locale-data/bg';
import { localeData as zh_hk } from '../locales/zh-hk';
import { localeData as pt_br } from '../locales/pt-br';
import getMessagesForLocale from '../locales';
import { hydrateStore } from '../actions/store';
import createStream from '../stream';
@@ -79,6 +80,7 @@ addLocaleData([
...hu,
...ja,
...pt,
...pt_br,
...nl,
...no,
...ru,