aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/de
Commit message (Collapse)AuthorAgeFilesLines
* Connections settings tab (#7013)Whymarrh Whitby2019-08-161-12/+0
| | | | | | | | | | | | * Nix notification for Share Address * Add Connections settings tab in place of privacy mode toggle * Split ProviderApprovalController into two stores * Remove privacyMode feature flag altogether * Add migration to remove privacyMode feature flag
* Remove shapeshift deposit form (#6746)Mark Stacey2019-06-251-4/+0
| | | Closes #6478
* Merge branch 'develop' of https://github.com/vimalsagar/metamask-extension ↵kumavis2019-03-291-0/+9
|\ | | | | | | into vimalsagar-develop
| * merging upstream branchVimal2018-11-121-0/+45
| |\
| * | Adding CoinSwitch exchangeVimal2018-10-221-0/+9
| | |
* | | Increase Token Symbol length to twelveThomas Huang2018-11-231-2/+2
| | |
* | | Remove "Beta" from welcome messagesWhymarrh Whitby2018-11-211-2/+2
| |/ |/| | | | | | | | | | | | | | | | | 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
* | EIP-1102: add user privacy optionbitpshr2018-11-061-0/+6
| |
* | EIP-1102: Add option to force-enable providerbitpshr2018-11-061-0/+9
| |
* | EIP-1102: updated implementationbitpshr2018-11-061-0/+30
|/
* Fix formatting of locale files (#5479)Noel Yoo2018-10-101-7/+7
|
* Add new variant for SenderToRecipient componentAlexander Tseung2018-08-231-3/+3
|
* Fix casing of Bitcoin, Ethereum, and Litecoin across localized messagesWhymarrh Whitby2018-08-141-1/+1
| | | | | | | | | | | | | 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-24/+39
|\
| * i18n - Update German LocaleNico2018-03-301-24/+39
| |
* | i18n - fix casing for key 'downloadStateLogs'kumavis2018-03-281-1/+1
|/
* i18n - fix german json formattingkumavis2018-03-221-7/+6
|
* Tranlate to German (#3575)Nico2018-03-221-0/+874
Translation into German