Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages | Whymarrh Whitby | 2018-08-14 | 1 | -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 | ||||
* | Fix casing of MetaMask in all localized messages | Whymarrh Whitby | 2018-08-14 | 1 | -2/+2 |
| | | | | | | | Using the following: sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete | ||||
* | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 1 | -1/+1 |
| | | | | t() call; t is just available on props. | ||||
* | Update translation based on the new message.json | matteopey | 2018-03-20 | 1 | -1/+211 |
| | |||||
* | Clients because we mean Ethereum clients | matteopey | 2018-03-16 | 1 | -1/+1 |
| | |||||
* | Fix as requested by review | matteopey | 2018-03-16 | 1 | -1/+1 |
| | |||||
* | Add italian translation | matteopey | 2018-03-16 | 1 | -0/+609 |