From f20ab3a214bdde3b7a328188ab38862459db0557 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Wed, 20 May 2015 08:06:04 +0300 Subject: [PATCH] Add Russian --- Gruntfile.js | 3 +- index.html | 85 +++++++++++++++++++++++++++++++++++++++++ l10n/ru.js | 83 ++++++++++++++++++++++++++++++++++++++++ src/index.html | 1 + src/janin.currency.js | 1 + src/ninja.translator.js | 1 + 6 files changed, 173 insertions(+), 1 deletion(-) create mode 100644 l10n/ru.js diff --git a/Gruntfile.js b/Gruntfile.js index 5b8a1ec..e25a91a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -47,7 +47,8 @@ module.exports = function (grunt) { output: "./index.html", tokens: [ { token: "//en.js", file: "./l10n/en.js" }, - { token: "//fr.js", file: "./l10n/fr.js" } + { token: "//fr.js", file: "./l10n/fr.js" }, + { token: "//ru.js", file: "./l10n/ru.js" } ] } } diff --git a/index.html b/index.html index f734378..c75d893 100644 --- a/index.html +++ b/index.html @@ -9658,6 +9658,7 @@ h1 { margin: 0px; height: 91px; }
English | Français | + Русский |