diff --git a/Gruntfile.js b/Gruntfile.js index 1d357613..cf0cffd9 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -305,6 +305,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 35877e45..3411a9a1 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -233,6 +233,7 @@ +