From fa6bbfbafefd368a97d1e96e9c92fd3bdf1dbc2f Mon Sep 17 00:00:00 2001 From: Romain Pichot Date: Fri, 16 Jan 2026 15:22:42 +0100 Subject: [PATCH] Force translate Squarespace forms (#156) --- rules/technologies/squarespace.client.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/rules/technologies/squarespace.client.json b/rules/technologies/squarespace.client.json index 83a1549..5ce3ba7 100644 --- a/rules/technologies/squarespace.client.json +++ b/rules/technologies/squarespace.client.json @@ -100,6 +100,10 @@ "value": ".comment-body" } ] + }, + { + "type": "force_translation", + "payload": ["form [data-dynamic-strings]"] } ] }, @@ -187,12 +191,6 @@ { "value": "#checkout [data-test*=incomplete] [class^=CustomerAddress-container]" }, - { - "value": "#checkout [aria-labelledby=payment-options-select]" - }, - { - "value": "#checkout [class^=PaymentSection]" - }, { "value": "#checkout [class^=CustomerInfoSection-email]" }, @@ -204,6 +202,10 @@ { "type": "force_translation", "payload": ["#checkout"] + }, + { + "type": "enable_in_place_setters", + "payload": true } ] },