ZwiiCMS/core/vendor/i18n/translation.js

6 lines
130 B
JavaScript
Raw Normal View History

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