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 a88a839..2b08dad 100644 --- a/index.html +++ b/index.html @@ -9658,6 +9658,7 @@ h1 { margin: 0px; height: 91px; }
English | Français | + Русский |