From eddbd138cd44973d187f761f4dbb8bbad6ed637c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Thu, 28 Dec 2017 10:24:35 +0100 Subject: [PATCH] Add partial chinese translation. Contribution from Frank Ou. --- Gruntfile.js | 3 +- index.html | 81 ++++++++++++++++++++++++++++++++++++++++- l10n/zh.js | 77 +++++++++++++++++++++++++++++++++++++++ src/index.html | 3 +- src/janin.currency.js | 1 + src/ninja.translator.js | 1 + 6 files changed, 163 insertions(+), 3 deletions(-) create mode 100644 l10n/zh.js diff --git a/Gruntfile.js b/Gruntfile.js index e445dc5..aaf7d4f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -55,7 +55,8 @@ module.exports = function (grunt) { {token: "//ua.js", file: "./l10n/ua.js"}, {token: "//tr.js", file: "./l10n/tr.js"}, {token: "//it.js", file: "./l10n/it.js"}, - {token: "//pl.js", file: "./l10n/pl.js"} + {token: "//pl.js", file: "./l10n/pl.js"}, + {token: "//zh.js", file: './l10n/zh.js'} ] } } diff --git a/index.html b/index.html index 39bdc9e..71f7e7b 100644 --- a/index.html +++ b/index.html @@ -9664,7 +9664,8 @@ h1 { margin: 0px; height: 91px; } Italiano | Українська | Türk | - Polski + Polski | + 中文