From f34b354ddd1b6322856a19901bd5ebda662c9038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Fri, 12 Feb 2021 17:27:34 +0100 Subject: [PATCH] use _x to mark strings for translation --- tt1-blocks/experimental-theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tt1-blocks/experimental-theme.json b/tt1-blocks/experimental-theme.json index 5af2650b..125b0194 100644 --- a/tt1-blocks/experimental-theme.json +++ b/tt1-blocks/experimental-theme.json @@ -6,12 +6,12 @@ { "slug": "black", "color": "#000000", - "name": "Black" + "name": "_x( Black, Color name )" }, { "slug": "dark-gray", "color": "#28303D", - "name": "Dark Gray" + "name": "_x( Dark Gray, Color name )" }, { "slug": "gray",