diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-09-20 10:23:51 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-09-20 10:23:51 +0200 |
| commit | 9a09b5d7448b32af7bc9f7972d1ef61c631ef436 (patch) | |
| tree | b7f4f44fc98331fd141e7320ae4839f69dc36e7f /apps/kit/src/routes/(public)/+layout.svelte | |
| parent | a9072370ca1eb9a5cce928b1d487db0f307edea6 (diff) | |
| download | greatoffice-9a09b5d7448b32af7bc9f7972d1ef61c631ef436.tar.xz greatoffice-9a09b5d7448b32af7bc9f7972d1ef61c631ef436.zip | |
feat: Loading locales now work, needs a bit of a polish
Diffstat (limited to 'apps/kit/src/routes/(public)/+layout.svelte')
| -rw-r--r-- | apps/kit/src/routes/(public)/+layout.svelte | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/kit/src/routes/(public)/+layout.svelte b/apps/kit/src/routes/(public)/+layout.svelte index 1301e50..84cd442 100644 --- a/apps/kit/src/routes/(public)/+layout.svelte +++ b/apps/kit/src/routes/(public)/+layout.svelte @@ -1,6 +1,3 @@ <script> - import {setLocale} from "$lib/i18n/i18n-svelte"; - - setLocale("nb"); </script> <slot></slot>
\ No newline at end of file |
