diff --git a/mandelstudio/ocyan.json b/mandelstudio/ocyan.json index 5e4131f..ca3de9e 100644 --- a/mandelstudio/ocyan.json +++ b/mandelstudio/ocyan.json @@ -27,6 +27,7 @@ "ocyan.plugin.varnish", "ocyan.plugin.wagtail", "ocyan.plugin.i18n", + "ocyan.plugin.ai_auto_translate", "ocyan.plugin.wagtail_blog", "ocyan.plugin.wagtail_content_page", "ocyan.plugin.wagtail_forms", @@ -154,6 +155,12 @@ }, "wagtail_oscar": { "sitemap_include_child_products": false + }, + "ai_auto_translate": { + "auto_translated_fields": [ + "catalogue.product.title", + "catalogue.product.description" + ] } } -} +} \ No newline at end of file