Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
some German translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Guelle committed Mar 17, 2018
1 parent 0a23985 commit 8f3422e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ app.use(function(err, req, res, next) {
});

i18n.configure({
locales:['en', 'ja', 'pt', 'es', 'pl', 'zh-CN'],
locales:['en', 'ja', 'pt', 'es', 'pl', 'zh-CN', 'de'],
directory: __dirname + '/locales'
});

Expand Down
19 changes: 19 additions & 0 deletions locales/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"Data": "Daten",
"Prev": "Vorgänger",
"Distributed Blockchain": "Verteilte Blockchain",
"From": "Von",
"Coinbase Transactions": "Coinbase Transaktionen",
"Blockchain Demo": "Blockchain Demo",
"Hash": "Hash",
"Block": "Block",
"Blockchain": "Blockchain",
"Distributed": "Verteilung",
"Tokens": "Tokens",
"Coinbase": "Coinbase",
"Nonce": "Nonce",
"Mine": "Mine",
"Peer": "Peer",
"Tx": "Tx",
"$": "$"
}

0 comments on commit 8f3422e

Please sign in to comment.