Files
kupshop/web/common/templates/components/jsShop.translations.tpl
2025-08-02 16:30:27 +02:00

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>