diff --git a/.gitignore b/.gitignore index a60ae53..1f83998 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ node_modules not_versioned Thumbs.db *~ +.htaccess +favicon.ico +robots.txt +sitemap.xml 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 4a919ee..5a41df1 100644 --- a/index.html +++ b/index.html @@ -9659,6 +9659,7 @@ h1 { margin: 0px; height: 91px; } English | Français | Русский | + Spanish |