aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/nl
Commit message (Collapse)AuthorAgeFilesLines
* Fix casing of Bitcoin, Ethereum, and Litecoin across localized messagesWhymarrh Whitby2018-08-141-2/+2
| | | | | | | | | | | | | 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
* Fix casing of MetaMask in all localized messagesWhymarrh Whitby2018-08-141-1/+1
| | | | | | | Using the following: sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete
* Merge branch 'master' into i18n-helperkumavis2018-04-031-8/+8
|\
| * changed zaad -> back-up woordenFBrinkkemper2018-03-291-8/+8
| | | | | | 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.
* | i18n - fix casing for key 'downloadStateLogs'kumavis2018-03-281-1/+1
|/
* add Dutch translationsBradford Lamson-Scribner2018-03-211-0/+819