Added Google Translate dropdown to the 'Options' pane.

This commit is contained in:
n1474335 2017-04-25 14:14:11 +00:00
parent 7e7da26f29
commit b2cfe27a05
3 changed files with 19 additions and 0 deletions

View file

@ -233,6 +233,7 @@
<input type="number" option="auto_bake_threshold" id="auto_bake_threshold"/>
<label for="auto_bake_threshold"> Auto Bake threshold in ms </label>
</div>
<!-- htmlmin:ignore --><!-- Google Translate placeholder --><!-- htmlmin:ignore -->
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" id="reset-options">Reset options to default</button>

13
src/web/static/gt.html Normal file
View file

@ -0,0 +1,13 @@
<div class="option-item">
<!-- Begin Google Translate -->
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL, gaTrack: true, gaId: 'UA-85682716-2'}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<!-- End Google Translate -->
</div>