Skip to content

Commit 1994f88

Browse files
fis: Add missing translation for page break block (#1461)
Co-authored-by: matthewlipski <[email protected]>
1 parent 1906664 commit 1994f88

File tree

1 file changed

+6
-0
lines changed
  • packages/core/src/i18n/locales

1 file changed

+6
-0
lines changed

packages/core/src/i18n/locales/it.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ export const it = {
5656
aliases: ["code", "pre"],
5757
group: "Blocchi Base",
5858
},
59+
page_break: {
60+
title: "Interruzione di Pagina",
61+
subtext: "Separatore di pagina",
62+
aliases: ["pagina", "interruzione", "separatore"],
63+
group: "Blocchi base",
64+
},
5965
table: {
6066
title: "Tabella",
6167
subtext: "Tabella con celle modificabili",

0 commit comments

Comments
 (0)