From 3903f9f6a8da99fb746825d95c717d7234c8de67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 17 Dec 2017 20:20:41 +0100 Subject: [PATCH] Add polish translation. Contribution from Piotr Gerus. --- Gruntfile.js | 3 +- index.html | 87 +++++++++++++++++++++++++++++++++++++++++ l10n/pl.js | 85 ++++++++++++++++++++++++++++++++++++++++ src/index.html | 1 + src/janin.currency.js | 1 + src/ninja.translator.js | 1 + 6 files changed, 177 insertions(+), 1 deletion(-) create mode 100644 l10n/pl.js diff --git a/Gruntfile.js b/Gruntfile.js index 7db33d1..e445dc5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -54,7 +54,8 @@ module.exports = function (grunt) { {token: "//es.js", file: "./l10n/es.js"}, {token: "//ua.js", file: "./l10n/ua.js"}, {token: "//tr.js", file: "./l10n/tr.js"}, - {token: "//it.js", file: "./l10n/it.js"} + {token: "//it.js", file: "./l10n/it.js"}, + {token: "//pl.js", file: "./l10n/pl.js"} ] } } diff --git a/index.html b/index.html index 89e3b7f..ffc80e8 100644 --- a/index.html +++ b/index.html @@ -9664,6 +9664,7 @@ h1 { margin: 0px; height: 91px; } Italiano | Українська | Türk | + Polski