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

Commit

Permalink
Add 'nl' (Dutch) and enable existing 'hi' and 'pt' localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
anders94 committed Nov 15, 2018
1 parent b702a6e commit 6a907a5
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', 'de','ko'],
locales:['en', 'de', 'es', 'hi', 'ja', 'ko', 'nl', 'pl', 'pt', 'zh-CN'],
directory: __dirname + '/locales'
});

Expand Down
19 changes: 19 additions & 0 deletions locales/nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"Hash": "Hash",
"Data": "Gegevens",
"Block": "Blok",
"Nonce": "Nonce",
"Mine": "Mijnen",
"Blockchain Demo": "Blockchain Demo",
"Blockchain": "Blockchain",
"Distributed": "Gedistribueerd",
"Tokens": "Munten",
"Coinbase": "Coinbase",
"Prev": "Vorige",
"Distributed Blockchain": "Gedistribueerde Blockchain",
"Peer": "Peer",
"Tx": "Tx",
"$": "$",
"From": "Van",
"Coinbase Transactions": "Coinbase Transacties"
}

0 comments on commit 6a907a5

Please sign in to comment.