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

Commit

Permalink
Adding spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcanoni committed Oct 29, 2017
1 parent 4693afe commit 3cfef03
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'],
locales:['en', 'ja', 'pt', 'es'],
directory: __dirname + '/locales'
});

Expand Down
19 changes: 19 additions & 0 deletions locales/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"Hash": "Hash",
"Blockchain Demo": "Demo de Blockchain",
"Block": "Bloque",
"Blockchain": "Blockchain",
"Distributed": "Distribuído",
"Tokens": "Tokens",
"Coinbase": "Coinbase",
"Data": "Datos",
"Nonce": "Nonce",
"Mine": "Minar",
"Prev": "Anterior",
"Distributed Blockchain": "Blockchain distribuída",
"Peer": "Peer",
"Tx": "Tx",
"$": "$",
"From": "De",
"Coinbase Transactions": "Transacciones Coinbase"
}

0 comments on commit 3cfef03

Please sign in to comment.