mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 00:31:31 -04:00
Added Google Translate dropdown to the 'Options' pane.
This commit is contained in:
parent
7e7da26f29
commit
b2cfe27a05
3 changed files with 19 additions and 0 deletions
|
@ -305,6 +305,11 @@ module.exports = function (grunt) {
|
|||
// Add Google Analytics code to index.html
|
||||
content = content.replace("</body></html>",
|
||||
grunt.file.read("src/web/static/ga.html") + "</body></html>");
|
||||
|
||||
// Add Google Translate code to index.html
|
||||
content = content.replace("<!-- Google Translate placeholder -->",
|
||||
grunt.file.read("src/web/static/gt.html"));
|
||||
|
||||
return grunt.template.process(content);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue