aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/it
Commit message (Collapse)AuthorAgeFilesLines
* Remove "Beta" from welcome messagesWhymarrh Whitby2018-11-211-1/+1
| | | | | | | | | | More sed magic: sed -i.bak 's/MetaMask Beta/MetaMask/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete sed -i.bak 's/"welcomeBeta"/"welcome"/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete
* Remove duplicate i18n keysbitpshr2018-11-061-6/+0
|
* EIP-1102: add user privacy optionbitpshr2018-11-061-0/+6
|
* EIP-1102: Add option to force-enable providerbitpshr2018-11-061-0/+9
|
* EIP-1102: updated implementationbitpshr2018-11-061-0/+30
|
* Update Italian translations (#5502)matteopey2018-10-161-5/+480
| | | | | | | | | | * Add new english messages * Update translation * Update changelog * Fix casing of MetaMask
* Fix formatting of locale files (#5479)Noel Yoo2018-10-101-12/+12
|
* 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