Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add delete to custom RPC form (#6718, #6650) | Dan J Miller | 2019-06-17 | 1 | -0/+3 |
| | |||||
* | 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 |
| | | | |||||
* | | | Improved Traditional Chinese translation (#6125) | S.C. Chen | 2019-02-12 | 1 | -102/+735 |
| | | | |||||
* | | | 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 |
| | |||||
* | 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 | ||||
* | i18n - fix casing for key 'downloadStateLogs' | kumavis | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | [zh-TW] fix translation and add missing strings | gasolin | 2018-03-27 | 1 | -11/+50 |
| | |||||
* | i18n - zh_tw traditional chinese (taiwanese) | gasolin | 2018-03-27 | 1 | -0/+864 |
* translate to Traditional Chinese, fix #3529 |