diff options
Diffstat (limited to 'apps/kit/src/routes/(public)/+layout.svelte')
| -rw-r--r-- | apps/kit/src/routes/(public)/+layout.svelte | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/kit/src/routes/(public)/+layout.svelte b/apps/kit/src/routes/(public)/+layout.svelte new file mode 100644 index 0000000..1301e50 --- /dev/null +++ b/apps/kit/src/routes/(public)/+layout.svelte @@ -0,0 +1,6 @@ +<script> + import {setLocale} from "$lib/i18n/i18n-svelte"; + + setLocale("nb"); +</script> +<slot></slot>
\ No newline at end of file |
