1 2 3 4 5 6
<script> import {setLocale} from "$lib/i18n/i18n-svelte"; setLocale("nb"); </script> <slot></slot>