From db27afee304d5249de2002bac93ffdf999fb7b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Tue, 24 Oct 2017 18:26:49 +0530 Subject: [PATCH] integrate the partial turkish translation --- Gruntfile.js | 3 ++- index.html | 20 ++++++++++++++++++++ src/index.html | 1 + src/janin.currency.js | 1 + src/ninja.translator.js | 1 + 5 files changed, 25 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index a8b1300..5b3759b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -50,7 +50,8 @@ module.exports = function (grunt) { { token: "//fr.js", file: "./l10n/fr.js" }, { token: "//ru.js", file: "./l10n/ru.js" }, { token: "//es.js", file: "./l10n/es.js" }, - { token: "//ua.js", file: "./l10n/ua.js" } + { token: "//ua.js", file: "./l10n/ua.js" }, + { token: "//tr.js", file: "./l10n/tr.js" } ] } } diff --git a/index.html b/index.html index 9b59f38..4153d02 100644 --- a/index.html +++ b/index.html @@ -9660,6 +9660,7 @@ h1 { margin: 0px; height: 91px; } Русский | Spanish | Українська | + Türk |