From 7ca4ff6e571360d2a1771bc1c3ab87260919e3ae Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:38:33 +1000 Subject: [PATCH] Theme JSON: Add i18n for variations --- src/wp-includes/theme-i18n.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/wp-includes/theme-i18n.json b/src/wp-includes/theme-i18n.json index 7ce52317ed65d..8bda329add4ce 100644 --- a/src/wp-includes/theme-i18n.json +++ b/src/wp-includes/theme-i18n.json @@ -80,6 +80,15 @@ } } }, + "styles": { + "blocks": { + "variations": { + "*": { + "title": "Style variation name" + } + } + } + }, "customTemplates": [ { "title": "Custom template name"