From fd3c0aef10d73954bd9bf59a425a224e9206a93b Mon Sep 17 00:00:00 2001 From: Juse Git Date: Tue, 25 Feb 2025 12:16:49 +0100 Subject: [PATCH] Add missing translation for page break block --- packages/core/src/i18n/locales/it.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/core/src/i18n/locales/it.ts b/packages/core/src/i18n/locales/it.ts index dafefb0f83..ca8abf76f8 100644 --- a/packages/core/src/i18n/locales/it.ts +++ b/packages/core/src/i18n/locales/it.ts @@ -56,6 +56,12 @@ export const it = { aliases: ["code", "pre"], group: "Blocchi Base", }, + page_break: { + title: "Interruzione di Pagina", + subtext: "Separatore di pagina", + aliases: ["pagina", "interruzione", "separatore"], + group: "Blocchi base", + }, table: { title: "Tabella", subtext: "Tabella con celle modificabili",