GoBlog/templates/assets/js/translate.js

3 lines
175 B
JavaScript

(function () {
document.getElementById('translateBtn').href = "https://translate.google.com/translate?sl=auto&tl=" + navigator.language + "&u=" + window.location.href
})()