© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
David Brutt
Hi. Great article. Saved me time. I would like to ask you why you added
await loadLocaleAsync(locale);
setLocale(locale);
In the Hook.server and in Layout.ts
as I checked adding this code at Layout.ts should do the work.
Am I missing here something?