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 @@