From 5779fb8f54306d5397a37a3a29791ffc46a8941a Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 29 Nov 2022 16:26:17 +0900 Subject: feat: Brush up --- code/app/src/routes/(main)/+layout.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'code/app/src/routes/(main)/+layout.ts') 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 } -- cgit v1.3