Mark Stacey
|
313def1ce2
|
Remove shapeshift deposit form (#6746)
Closes #6478
|
5 years ago |
matteopey
|
cfee7e8bb4
|
Update translation (#6628)
|
6 years ago |
matteopey
|
7f9d8de4ce
|
Update Italian translation (#6119)
|
6 years ago |
Thomas Huang
|
4054b1cb84
|
Increase Token Symbol length to twelve
|
6 years ago |
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
|
6 years ago |
bitpshr
|
5fff6dcbbd
|
Remove duplicate i18n keys
|
6 years ago |
bitpshr
|
226601a956
|
EIP-1102: add user privacy option
|
6 years ago |
bitpshr
|
89b4aa5d62
|
EIP-1102: Add option to force-enable provider
|
6 years ago |
bitpshr
|
c76c9ca2c8
|
EIP-1102: updated implementation
|
6 years ago |
Vimal
|
82b11b69a5
|
Adding CoinSwitch exchange
|
6 years ago |
matteopey
|
61dec4ea46
|
Update Italian translations (#5502)
* Add new english messages
* Update translation
* Update changelog
* Fix casing of MetaMask
|
6 years ago |
Noel Yoo
|
999a599a78
|
Fix formatting of locale files (#5479)
|
6 years ago |
Whymarrh Whitby
|
6e6a4825ac
|
Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages
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
|
6 years ago |
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
|
6 years ago |
Dan
|
d24a0590d3
|
i18n redux solution doesn't require importing t() and passing state to each t() call; t is just available on props.
|
7 years ago |
matteopey
|
ee85a9c9d0
|
Update translation based on the new message.json
|
7 years ago |
matteopey
|
b3c3f50cf9
|
Clients because we mean Ethereum clients
|
7 years ago |
matteopey
|
51f85b8021
|
Fix as requested by review
|
7 years ago |
matteopey
|
8b065443f2
|
Add italian translation
|
7 years ago |