aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/pt
Commit message (Collapse)AuthorAgeFilesLines
* Fix casing of Bitcoin, Ethereum, and Litecoin across localized messagesWhymarrh Whitby2018-08-141-1/+1
| | | | | | | | | | | | | Using the following commands: sed -i.bak s/bitcoin/Bitcoin/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete sed -i.bak s/ethereum/Ethereum/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete sed -i.bak s/litecoin/Litecoin/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete
* i18n redux solution doesn't require importing t() and passing state to each ↵Dan2018-03-221-1/+1
| | | | t() call; t is just available on props.
* Portuguese translations.Tiago Alves2018-03-201-0/+819