Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase Token Symbol length to twelve | Thomas Huang | 2018-11-23 | 1 | -2/+2 |
| | |||||
* | Remove "Beta" from welcome messages | Whymarrh Whitby | 2018-11-21 | 1 | -2/+2 |
| | | | | | | | | | | 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 | ||||
* | EIP-1102: add user privacy option | bitpshr | 2018-11-06 | 1 | -0/+6 |
| | |||||
* | EIP-1102: Add option to force-enable provider | bitpshr | 2018-11-06 | 1 | -0/+9 |
| | |||||
* | EIP-1102: updated implementation | bitpshr | 2018-11-06 | 1 | -0/+30 |
| | |||||
* | Fix formatting of locale files (#5479) | Noel Yoo | 2018-10-10 | 1 | -7/+7 |
| | |||||
* | Add new variant for SenderToRecipient component | Alexander Tseung | 2018-08-23 | 1 | -3/+3 |
| | |||||
* | 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 | -1/+1 |
| | | | | | | | Using the following: sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete | ||||
* | Merge branch 'master' into i18n-helper | kumavis | 2018-04-03 | 1 | -24/+39 |
|\ | |||||
| * | i18n - Update German Locale | Nico | 2018-03-30 | 1 | -24/+39 |
| | | |||||
* | | i18n - fix casing for key 'downloadStateLogs' | kumavis | 2018-03-28 | 1 | -1/+1 |
|/ | |||||
* | i18n - fix german json formatting | kumavis | 2018-03-22 | 1 | -7/+6 |
| | |||||
* | Tranlate to German (#3575) | Nico | 2018-03-22 | 1 | -0/+874 |
Translation into German |