We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e800814 commit 6a02310Copy full SHA for 6a02310
src/site.config.ts
@@ -6,16 +6,14 @@ export const C = {
6
// Segment translations
7
SEGMENT_TRANSLATIONS: {
8
de: {
9
- gallery: "galerie",
10
- projects: "projekte",
11
- blog: "blog",
12
- notes: "notizen",
+ past: "vergangenheit",
+ present: "gegenwart",
+ future: "zukunft",
13
},
14
en: {
15
- gallery: "gallery",
16
- projects: "projects",
17
18
- notes: "notes",
+ past: "past",
+ present: "present",
+ future: "future",
19
20
21
// Page settings
0 commit comments