Skip to content

Commit 64eb303

Browse files
authored
fix: use German Umlaut ä for März (#146)
Use German Umlaut `ä` for März
1 parent 82cca43 commit 64eb303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/fristenkalender/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
const monthNameMap: Record<MonthValue, string> = {
2121
"01": "januar",
2222
"02": "februar",
23-
"03": "maerz",
23+
"03": "märz",
2424
"04": "april",
2525
"05": "mai",
2626
"06": "juni",

0 commit comments

Comments
 (0)