diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-11-29 08:26:17 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-11-29 08:26:28 +0100 |
| commit | 5779fb8f54306d5397a37a3a29791ffc46a8941a (patch) | |
| tree | f746cc70f95d9c4b743dc3759e9c1926a32a2ce7 /code/app/src/routes/(main)/+layout.ts | |
| parent | c743fad6657e691a42ed2613dbeaa0c7bbb80564 (diff) | |
| download | greatoffice-5779fb8f54306d5397a37a3a29791ffc46a8941a.tar.xz greatoffice-5779fb8f54306d5397a37a3a29791ffc46a8941a.zip | |
feat: Brush up
Diffstat (limited to 'code/app/src/routes/(main)/+layout.ts')
| -rw-r--r-- | code/app/src/routes/(main)/+layout.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/app/src/routes/(main)/+layout.ts b/code/app/src/routes/(main)/+layout.ts index 491ea1f..cf08d66 100644 --- a/code/app/src/routes/(main)/+layout.ts +++ b/code/app/src/routes/(main)/+layout.ts @@ -4,7 +4,6 @@ import { loadLocaleAsync } from '$lib/i18n/i18n-util.async' import { setLocale } from '$lib/i18n/i18n-svelte' export const load: LayoutLoad<{ locale: Locales }> = async ({ data: { locale } }) => { - // load dictionary into memory await loadLocaleAsync(locale) setLocale(locale) return { locale } |
