From f16c66a591b213494aef247ed0585d2888884390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Thu, 27 Aug 2015 23:09:56 +0200 Subject: [PATCH] Add spanish translation, contribution from PrAeToRiAn --- Gruntfile.js | 5 +- index.html | 86 ++++++++++++++++++ l10n/es.js | 190 +++++++++++++++++----------------------- src/index.html | 1 + src/janin.currency.js | 1 + src/ninja.translator.js | 1 + 6 files changed, 170 insertions(+), 114 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index e25a91a..d2bc4de 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -48,7 +48,8 @@ module.exports = function (grunt) { tokens: [ { token: "//en.js", file: "./l10n/en.js" }, { token: "//fr.js", file: "./l10n/fr.js" }, - { token: "//ru.js", file: "./l10n/ru.js" } + { token: "//ru.js", file: "./l10n/ru.js" }, + { token: "//es.js", file: "./l10n/es.js" } ] } } @@ -58,4 +59,4 @@ module.exports = function (grunt) { grunt.file.defaultEncoding = 'utf-8'; grunt.loadNpmTasks("grunt-combine"); grunt.registerTask("default", ["combine:src", "combine:i18n"]); -}; \ No newline at end of file +}; diff --git a/index.html b/index.html index 1b52506..f227659 100644 --- a/index.html +++ b/index.html @@ -9659,6 +9659,7 @@ h1 { margin: 0px; height: 91px; } English | Français | Русский | + Spanish |