fix(locale): Translate headings into german (#3382)

This commit is contained in:
Erez Rokah 2020-03-05 19:48:18 +01:00 committed by GitHub
parent 50837b0068
commit eb21723799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,12 +134,12 @@ const de = {
noPreview: "Keine Vorschau für Widget '%{widget}'.",
},
headingOptions: {
headingOne: 'Heading 1',
headingTwo: 'Heading 2',
headingThree: 'Heading 3',
headingFour: 'Heading 4',
headingFive: 'Heading 5',
headingSix: 'Heading 6',
headingOne: 'Überschrift 1',
headingTwo: 'Überschrift 2',
headingThree: 'Überschrift 3',
headingFour: 'Überschrift 4',
headingFive: 'Überschrift 5',
headingSix: 'Überschrift 6',
},
},
},