| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
| |
Current translation translates to 'most important Ethereum-network'. 'Main' is totally acceptable to use in Dutch.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Using the following:
sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
|
|\ |
|
| |
| |
| | |
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.
|
|/ |
|
|
|