From dad1fab85fefe8556247a390f04077358a7da737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= <583546+oandregal@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:48:13 +0100 Subject: [PATCH] Add duotone and dimensions to the block level for translation (#68243) Co-authored-by: oandregal Co-authored-by: ntsekouras Co-authored-by: swissspidy --- backport-changelog/6.8/8031.md | 1 + lib/theme-i18n.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/backport-changelog/6.8/8031.md b/backport-changelog/6.8/8031.md index 96d06cc671e13..864dd7562cdf3 100644 --- a/backport-changelog/6.8/8031.md +++ b/backport-changelog/6.8/8031.md @@ -1,3 +1,4 @@ https://github.com/WordPress/wordpress-develop/pull/8031 * https://github.com/WordPress/gutenberg/pull/66675 +* https://github.com/WordPress/gutenberg/pull/68243 diff --git a/lib/theme-i18n.json b/lib/theme-i18n.json index ce11ba036c9e7..1b7a8d0d31190 100644 --- a/lib/theme-i18n.json +++ b/lib/theme-i18n.json @@ -76,6 +76,18 @@ { "name": "Gradient name" } + ], + "duotone": [ + { + "name": "Duotone name" + } + ] + }, + "dimensions": { + "aspectRatios": [ + { + "name": "Aspect ratio name" + } ] }, "spacing": {