From d6dd841a139992742b37ebd2ee109d005dbcf93d Mon Sep 17 00:00:00 2001 From: MandelBot Date: Mon, 16 Mar 2026 20:07:56 +0000 Subject: [PATCH] enable ai_auto_translate plugin for mandelstudio staging --- mandelstudio/ocyan.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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