10 lines
414 B
Smarty
10 lines
414 B
Smarty
<script data-cookieconsent="ignore">
|
|
wpj.jsShop = wpj.jsShop || { };
|
|
wpj.jsShop.translations = Object.assign(
|
|
{include "translations/jsShop.base-translations.json.tpl"},
|
|
{include "translations/jsShop.translations.json.tpl"}
|
|
)
|
|
{* DEPRECATED block - use generated translations/jsShop.translations.json.tpl in shop instead. viz. jsShopUtil.sh *}
|
|
{block "custom-translations"}{/block}
|
|
</script>
|