Skip to content

Commit a35fb84

Browse files
committed
chore: change default locale to de
1 parent 089f456 commit a35fb84

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/sour-donuts-win.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"openscript-ch-website": patch
3+
---
4+
5+
Change default locale to de

src/site.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const C = {
22
// Key is the locale slug, value is the locale code
33
LOCALES: { en: "en-US", de: "de-CH" },
44
// Default locale referencing one of the keys in LOCALES
5-
DEFAULT_LOCALE: "en" as const,
5+
DEFAULT_LOCALE: "de" as const,
66
// Segment translations
77
SEGMENT_TRANSLATIONS: {
88
de: {

0 commit comments

Comments
 (0)