Skip to content

Commit

Permalink
fix(locale): Translate headings into german (#3382)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Mar 5, 2020
1 parent 50837b0 commit eb21723
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/netlify-cms-locales/src/de/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
},
Expand Down

0 comments on commit eb21723

Please sign in to comment.