fix(richtext-lexical): properly set heading level translation for nb and pl (#6900)
This commit is contained in:
committed by
GitHub
parent
5ffc5a1248
commit
abf6e9aa6b
@@ -50,13 +50,13 @@ export const i18n: Partial<GenericLanguages> = {
|
||||
label: '[SURAT]\n\nKepala {{headingLevel}}',
|
||||
},
|
||||
nb: {
|
||||
label: 'Overskrift {{overskriftsnivå}}',
|
||||
label: 'Overskrift {{headingLevel}}',
|
||||
},
|
||||
nl: {
|
||||
label: 'Kop {{headingLevel}}',
|
||||
},
|
||||
pl: {
|
||||
label: 'Nagłówek {{poziom nagłówka}}',
|
||||
label: 'Nagłówek {{headingLevel}}',
|
||||
},
|
||||
pt: {
|
||||
label: 'Cabeçalho {{headingLevel}}',
|
||||
|
||||
Reference in New Issue
Block a user