JavaScript customizations
if (window.glopal !== undefined) {
/* Remove newsletter popup on localized pages */
$.fancybox && $.fancybox.close(true)
}Configuration
{
"countryCode": "PL",
"languageTag": "pl-PL",
"currencyCode": "PLN",
"currencySymbol": "zł"
}if (window.glopal !== undefined) {
/* load additional font for greek language */
(function() {
a if (!glopal.config.target.languageTag.startsWith('el-')) {
return;
}
const n = document.createElement('style');
n.textContent = "@font-face {font-family:Interstate; src:local(serif);}";
document.head.appendChild(n);
})();
}Content localization
Link rewrite
Translations
Last updated
