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
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
Marijn Bent
c12a5a23f7
Updated translation for main network name
...
Current translation translates to 'most important Ethereum-network'. 'Main' is totally acceptable to use in Dutch.
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
FBrinkkemper
1b2674119e
changed zaad -> back-up woorden
...
Zaad sounds strange in Dutch. Back-up woorden (back-up words) are a better translation in Dutch. Back-up is also a Dutch phrase, like it is in English.
7 years ago
kumavis
8421cf1954
i18n - fix casing for key 'downloadStateLogs'
7 years ago
Bradford Lamson-Scribner
bb8b84f2fe
add Dutch translations
7 years ago