aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/it
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
* Fix casing of MetaMask in all localized messagesWhymarrh Whitby2018-08-141-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 ↵Dan2018-03-221-1/+1
| | | | t() call; t is just available on props.
* Update translation based on the new message.jsonmatteopey2018-03-201-1/+211
|
* Clients because we mean Ethereum clientsmatteopey2018-03-161-1/+1
|
* Fix as requested by reviewmatteopey2018-03-161-1/+1
|
* Add italian translationmatteopey2018-03-161-0/+609