ZwiiCMS/core/vendor/i18n/translation.js

6 lines
133 B
JavaScript
Raw Normal View History

2020-11-11 19:48:07 +01:00
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'fr'
}, 'google_translate_element');
}