fix types

Co-authored-by: Petter Sæterøy <potetmos1@users.noreply.github.com>
This commit is contained in:
2025-07-02 23:49:36 +02:00
parent 42a8e1a737
commit a2e9f5ef6f
8 changed files with 28 additions and 19 deletions

View File

@@ -93,4 +93,6 @@ export const translations = {
dnsAlt: "Logo for the Norwegian Student Society",
},
},
};
} as const;
export type Lang = keyof typeof translations;