diff --git a/Gruntfile.js b/Gruntfile.js index fb30e017..40992ffc 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -323,6 +323,11 @@ module.exports = function (grunt) { // Add Google Analytics code to index.html content = content.replace("", grunt.file.read("src/web/static/ga.html") + ""); + + // Add Google Translate code to index.html + content = content.replace("", + grunt.file.read("src/web/static/gt.html")); + return grunt.template.process(content); } }, diff --git a/src/web/html/index.html b/src/web/html/index.html index 52eed427..bb8a5e81 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -327,6 +327,7 @@ +