From c887b3024221bae732edf0affda05eb3f183f50a Mon Sep 17 00:00:00 2001 From: lukas <67807954+lukasabbe@users.noreply.github.com> Date: Wed, 15 Apr 2026 23:08:46 +0200 Subject: [PATCH] Add text to say we are not affilated --- src/lib/i18n/translations.ts | 6 ++++-- src/routes/+layout.svelte | 21 +++++++++++++-------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/src/lib/i18n/translations.ts b/src/lib/i18n/translations.ts index bbb8bf0..1149776 100644 --- a/src/lib/i18n/translations.ts +++ b/src/lib/i18n/translations.ts @@ -15,7 +15,8 @@ export const translations = { myWebsite: 'My Website', loading: 'Loading...', notFound: 'Course not found', - modules: 'modules' + modules: 'modules', + notAffiliated: 'Not affiliated with Linköping University' }, sv: { welcome: 'Välkommen till LIU tentastatistik', @@ -33,7 +34,8 @@ export const translations = { myWebsite: 'Min webbplats', loading: 'Laddar...', notFound: 'Kursen hittades inte', - modules: 'moduler' + modules: 'moduler', + notAffiliated: 'Inte ansluten till Linköpings universitet' } } as const; diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c9a1ce9..761c3ba 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -28,13 +28,18 @@
{@render children()}
-