diff --git a/app.js b/app.js index 800bc6adf..4bafc7b26 100644 --- a/app.js +++ b/app.js @@ -56,7 +56,7 @@ app.use(function(err, req, res, next) { }); i18n.configure({ - locales:['en', 'ja'], + locales:['en', 'ja', 'tr'], directory: __dirname + '/locales' }); diff --git a/locales/tr.json b/locales/tr.json new file mode 100644 index 000000000..cd3d0ecf8 --- /dev/null +++ b/locales/tr.json @@ -0,0 +1,19 @@ +{ + "Hash": "Hash", + "Data": "Veri", + "Block": "Blok", + "Nonce": "Nonce", + "Mine": "Kaz", + "Blockchain Demo": "Blok Zinciri Demo", + "Blockchain": "Blok Zinciri", + "Distributed": "Dağıtık", + "Tokens": "Tokenlar", + "Coinbase": "Coinbase", + "Prev": "Önceki", + "Distributed Blockchain": "Dağıtık Block Zinciri", + "Peer": "Eş", + "Tx": "Tx", + "$": "TL", + "From": "Kimden", + "Coinbase Transactions": "Coinbase İşlemleri" +}