Thomas Huang
|
4054b1cb84
|
Increase Token Symbol length to twelve
|
2018-11-22 12:39:59 -06:00 |
|
Whymarrh Whitby
|
6b32e82ac1
|
Remove "Beta" from welcome messages
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
|
2018-11-20 14:04:50 -03:30 |
|
bitpshr
|
226601a956
|
EIP-1102: add user privacy option
|
2018-11-05 15:07:09 -08:00 |
|
bitpshr
|
89b4aa5d62
|
EIP-1102: Add option to force-enable provider
|
2018-11-05 15:07:09 -08:00 |
|
bitpshr
|
c76c9ca2c8
|
EIP-1102: updated implementation
|
2018-11-05 15:07:09 -08:00 |
|
Noel Yoo
|
999a599a78
|
Fix formatting of locale files (#5479)
|
2018-10-10 09:25:11 -02:30 |
|
Kevin Serrano
|
d8067072b5
|
Update messages.json (#5280)
Added some translations for Chinese Traditional via Chainsights!
|
2018-09-20 12:28:20 -02:30 |
|
Whymarrh Whitby
|
6c11ae44bf
|
Fix casing of MetaMask in all localized messages
Using the following:
sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
|
2018-08-13 19:47:45 -02:30 |
|
Orange
|
bfc19e403b
|
Chinese translation Enhancements (#4218)
|
2018-05-11 10:09:14 -07:00 |
|
Orange
|
d79ef5bf15
|
fix
change loose => 疏松;
change imported => 已导入私钥
|
2018-03-15 09:27:31 +08:00 |
|
Orange
|
d2fb1c2b82
|
fix
fix 接收 to 接受
|
2018-03-14 23:19:08 +08:00 |
|
yuanchao
|
f595e8f424
|
yuanaichi
|
2018-03-14 22:37:28 +08:00 |
|
Orange
|
fd5bdb3241
|
fix
fix
|
2018-03-14 15:15:56 +08:00 |
|
Orange
|
5fa8e83b3c
|
fix
fix
|
2018-03-14 11:13:52 +08:00 |
|
Orange
|
c33eeb0d3e
|
update
update
|
2018-03-14 03:21:31 +08:00 |
|
Kevin Serrano
|
bc2abd0a78
|
First part of chinese translation.
|
2016-08-22 14:11:32 -07:00 |
|