Skip to content

Commit

Permalink
Update crouton-localization.js (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 authored Jun 20, 2023
1 parent e528885 commit 9b90558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion croutonjs/src/js/crouton-localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function CroutonLocalization(language) {
"no_meetings_for_this_day": "No meetings for this day.",
},
"de-DE":{
"days_of_the_week": ["", "Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Frietag", "Samstag"],
"days_of_the_week": ["", "Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"],
"weekday": 'Wochentag',
"city": "Stadt",
"cities": "Städte",
Expand Down

0 comments on commit 9b90558

Please sign in to comment.