Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove shapeshift deposit form (#6746) | Mark Stacey | 2019-06-25 | 1 | -4/+0 |
| | | | Closes #6478 | ||||
* | Merge branch 'develop' of https://github.com/vimalsagar/metamask-extension ↵ | kumavis | 2019-03-29 | 1 | -0/+9 |
|\ | | | | | | | into vimalsagar-develop | ||||
| * | merging upstream branch | Vimal | 2018-11-12 | 1 | -0/+45 |
| |\ | |||||
| * | | Adding CoinSwitch exchange | Vimal | 2018-10-22 | 1 | -0/+9 |
| | | | |||||
* | | | 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 | -1/+1 |
| | |||||
* | Add new variant for SenderToRecipient component | Alexander Tseung | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | lint - i18n - ru - lint fix | kumavis | 2018-04-03 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into i18n-helper | kumavis | 2018-04-03 | 1 | -172/+249 |
|\ | |||||
| * | Modified Russian localization. resolves #3534, #3644 | Gornov Dmitry | 2018-03-29 | 1 | -172/+250 |
| | | |||||
* | | i18n - fix casing for key 'downloadStateLogs' | kumavis | 2018-03-28 | 1 | -1/+1 |
|/ | |||||
* | Translate to Russian (#3644) | Victor Charapaev | 2018-03-22 | 1 | -0/+819 |
* Add Russian localization |